From: Ulrich Dangel Date: Sun, 12 Jun 2011 03:16:09 +0000 (+0200) Subject: Revert "support DNS in boot environment" X-Git-Tag: v3.0_a19-1+grml.00~6^2~5 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=dbc32c9e157ae184f5fe464f250f9f616e536e9f Revert "support DNS in boot environment" This reverts commit 10caf0b2db3fc04fae24ca896cf21f6aed12bbbc. This is now an extra patch --- diff --git a/hooks/live b/hooks/live index 3862a60..309c26f 100755 --- a/hooks/live +++ b/hooks/live @@ -252,14 +252,17 @@ then manual_add_modules crc32c fi -# DNS for initramfs -#copy_exec /lib/libnss_files.so.* /lib # /etc/hosts and /etc/passwd -copy_exec /lib/libnss_dns.so.* /lib # DNS server -#copy_exec /lib/libnss_compat.so.* /lib # /etc/passwd - -# Configuration file - may be needed if /etc/hosts is used. -#mkdir -p $DESTDIR/etc -#cp -p /etc/nsswitch.conf $DESTDIR/etc +if [ "${LIVE_DNS}" = "true" ] +then + [ "${QUIET}" ] || echo -n " "dns + #copy_exec /lib/libnss_files.so.* /lib # /etc/hosts and /etc/passwd + copy_exec /lib/libnss_dns.so.* /lib # DNS server + #copy_exec /lib/libnss_compat.so.* /lib # /etc/passwd + + # Configuration file - may be needed if /etc/hosts is used. + #mkdir -p $DESTDIR/etc + #cp -p /etc/nsswitch.conf $DESTDIR/etc +fi if [ "${LIVE_UNIONMOUNT}" = "true" ] then