update src/opt/apps/cn.flamescion.bookworm-compatibility-mode/files/bin/bookworm-init.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2023-08-27 02:00:30 +00:00 committed by Gitee
parent 993aaa099d
commit a1801c884f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -183,6 +183,7 @@ bookworm-run bash /init.sh
bookworm-run rm /init.sh
bookworm-run cp /host/etc/locale.gen /etc/locale.gen && locale-gen
bookworm-run touch /finish.flag
bookworm-run apt clean
sudo -u $(who | awk '{print $1}' | head -n 1) bwrap --dev-bind $chrootEnvPath/ / \
--setenv LANG "$LANG" \
--setenv LC_COLLATE "$LC_COLLATE" \