X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=80992e35679e7fa62b44bb305a23a0c87e3e440e;hb=refs%2Fheads%2Fgrml-v2;hp=b5d43f266356c7dc58959d0bf3da9ec6eca53d2a;hpb=2e09ee3e58cd15af47149e7c9d86baa9890526b0;p=live-boot-grml.git 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