From: Christian Hofstaedtler Date: Fri, 25 Mar 2011 22:02:38 +0000 (+0100) Subject: support DNS in boot environment X-Git-Tag: v2.0.12-1+grml.05~1 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=811e097d5213f932f2cc6b9b85cd140f3b0f0682 support DNS in boot environment Thanks to Ulrich Dangel for discovering this. [Closes: issue848] --- diff --git a/hooks/live b/hooks/live index b5d43f2..80992e3 100755 --- a/hooks/live +++ b/hooks/live @@ -241,16 +241,14 @@ then manual_add_modules crc32c fi -if [ "${LIVE_DNS}" = "true" ] -then - #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 +# 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_UNIONMOUNT}" = "true" ] then