summaryrefslogtreecommitdiff
path: root/scripts/build/chroot_hosts
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-10-23 10:47:13 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-10-23 10:47:48 +0200
commit955175ac4b9acb06101a9ec7a0b3b41d4f17087f (patch)
treefd0d1e02033b04dcee7eb6fda7bbbc26e820a6d5 /scripts/build/chroot_hosts
parent5e2758b4c0b389fbff5d693bccaaff9f2b3bc642 (diff)
downloadvyos-live-build-955175ac4b9acb06101a9ec7a0b3b41d4f17087f.tar.gz
vyos-live-build-955175ac4b9acb06101a9ec7a0b3b41d4f17087f.zip
Dropping incomplete and not really supported exposed root mode.
This might come back in future if there's demand for it and the base is sufficiently cleaned up first.
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