mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-26 12:24:08 +00:00
Issue #93: Add JuNest metadata
This commit is contained in:
parent
d27f790562
commit
b7ad845771
1 changed files with 4 additions and 0 deletions
|
|
@ -329,6 +329,10 @@ function build_image_env(){
|
|||
sudo arch-chroot ${maindir}/root locale-gen
|
||||
sudo bash -c "echo 'LANG = \"en_US.UTF-8\"' >> ${maindir}/root/etc/locale.conf"
|
||||
|
||||
info "Generating the metadata info..."
|
||||
sudo mkdir ${maindir}/root/etc/${CMD}
|
||||
sudo bash -c "echo 'JUNEST_ARCH=$ARCH' > ${maindir}/root/etc/${CMD}/info"
|
||||
|
||||
info "Installing compatibility binaries proot"
|
||||
sudo mkdir -p ${maindir}/root/opt/proot
|
||||
builtin cd ${maindir}/root/opt/proot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue