This commit is contained in:
teldra 2022-02-07 04:42:31 +01:00
parent a0827230ed
commit 833b08777d
1 changed files with 2 additions and 0 deletions

View File

@ -249,7 +249,9 @@ for file in \$(find /tmp/vinstaller/run -type f); do
. \$file
config
done
exit
EOF
chmod +x ${target}/tmp/vinstaller/main_chroot
chroot ${target} /tmp/vinstaller/main_chroot
}