summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_hosts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/chroot_hosts')
-rwxr-xr-xscripts/build/chroot_hosts3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build/chroot_hosts b/scripts/build/chroot_hosts
index 399d11017..32453aed3 100755
--- a/scripts/build/chroot_hosts
+++ b/scripts/build/chroot_hosts
@@ -83,8 +83,7 @@ EOF
# Restore hosts file
mv chroot/etc/hosts.orig chroot/etc/hosts
else
- # Blank out hosts file, don't remove in case
- # its a symlink, as in the case of exposedroot mode
+ # Blank out hosts file, don't remove in case its a symlink
Truncate chroot/etc/hosts
fi