summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-02-07 13:31:41 +0100
committerDaniel Baumann <daniel@debian.org>2012-02-07 13:31:41 +0100
commitb7a0d88db0ca08ff28697b63ca24ba9e51dd65e2 (patch)
treed00ed14dd6aedaad98f903e96b21fec8702526b9 /scripts
parent7f91738540715f4e0d434383b03659926f7d68b1 (diff)
downloadvyos-live-build-b7a0d88db0ca08ff28697b63ca24ba9e51dd65e2.tar.gz
vyos-live-build-b7a0d88db0ca08ff28697b63ca24ba9e51dd65e2.zip
Removing warning about resolvconf package, not be needed anymore.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_chroot_hacks8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/build/lb_chroot_hacks b/scripts/build/lb_chroot_hacks
index ae53dff4a..751216476 100755
--- a/scripts/build/lb_chroot_hacks
+++ b/scripts/build/lb_chroot_hacks
@@ -304,13 +304,5 @@ if [ "${LB_SWAP_FILE_PATH}" ]; then
mkswap "chroot/${LB_SWAP_FILE_PATH}"
fi
-# Show popular warnings
-if [ -e chroot/etc/init.d/resolvconf ]
-then
- Echo_warning "Your live system appears to include resolvconf which is by its nature incompatible in most ways with debian-live."
- Echo_warning "Keeping resolvconf installed *can* lead to broken network support in the resulting live system."
- Echo_warning "Unless you really know what you are doing, we recommend that you neither install resolvconf explicitly nor implicitly through another package's relation (e.g. by having automatic installation of recommended packages to true)."
-fi
-
# Creating stage file
Create_stagefile .stage/chroot_hacks