X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F29_support_dns_in_initramfs.patch;h=33248d709c75ac0c630cd7f33f5a4ec66176d13d;hb=94e15515eedcb233b53ca4d35327f0380de7019e;hp=5f073e5c6944d83faff6fe6dd7084e13827c553a;hpb=52dcca5493c1a58029f247cf196759795274d806;p=live-boot-grml.git diff --git a/debian/patches/29_support_dns_in_initramfs.patch b/debian/patches/29_support_dns_in_initramfs.patch index 5f073e5..33248d7 100644 --- a/debian/patches/29_support_dns_in_initramfs.patch +++ b/debian/patches/29_support_dns_in_initramfs.patch @@ -6,11 +6,11 @@ Date: Fri Mar 25 23:02:38 2011 +0100 Thanks to Ulrich Dangel for discovering this. [Closes: issue848] -diff --git a/hooks/live b/hooks/live -index 309c26f..3862a60 100755 ---- a/hooks/live -+++ b/hooks/live -@@ -252,17 +252,14 @@ then +Index: b/hooks/live +=================================================================== +--- a/hooks/live 2011-07-24 22:07:55.000000000 +0200 ++++ b/hooks/live 2011-07-24 22:08:17.000000000 +0200 +@@ -258,17 +258,14 @@ manual_add_modules crc32c fi @@ -20,16 +20,15 @@ index 309c26f..3862a60 100755 - #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 +-fi +# Configuration file - may be needed if /etc/hosts is used. +#mkdir -p $DESTDIR/etc +#cp -p /etc/nsswitch.conf $DESTDIR/etc