Revert "support DNS in boot environment"
[live-boot-grml.git] / hooks / live
index 3862a60..309c26f 100755 (executable)
@@ -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