diff options
Diffstat (limited to 'scripts/build/chroot_hacks')
-rwxr-xr-x | scripts/build/chroot_hacks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/chroot_hacks b/scripts/build/chroot_hacks index bdd7d6460..88601c389 100755 --- a/scripts/build/chroot_hacks +++ b/scripts/build/chroot_hacks @@ -117,6 +117,8 @@ case "${LB_INITRAMFS}" in ;; esac +rm -f chroot/etc/hosts + if [ "${LB_DEBIAN_INSTALLER}" = "live" ] then # This is a temporary hack to get rid of fstab; |