Removing warning about resolvconf package, not be needed anymore.
This commit is contained in:
parent
7f91738540
commit
b7a0d88db0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue