mirror of
https://github.com/mvallim/live-custom-ubuntu-from-scratch.git
synced 2025-08-13 13:42:16 +00:00
try readline frontend
This commit is contained in:
@ -121,7 +121,7 @@ function run_chroot() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Launch into chroot environment to build install image.
|
# Launch into chroot environment to build install image.
|
||||||
sudo chroot chroot /usr/bin/env DEBIAN_FRONTEND=${DEBIAN_FRONTEND:-dialog} /root/chroot_build.sh -
|
sudo chroot chroot /usr/bin/env DEBIAN_FRONTEND=${DEBIAN_FRONTEND:-readline} /root/chroot_build.sh -
|
||||||
|
|
||||||
# Cleanup after image changes
|
# Cleanup after image changes
|
||||||
sudo rm -f chroot/root/chroot_build.sh
|
sudo rm -f chroot/root/chroot_build.sh
|
||||||
|
Reference in New Issue
Block a user