X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F29_support_dns_in_initramfs.patch;h=e5414fd6410fb9079a43732feb059d83f8732465;hb=39679793d147502b2d9a329bffff320e20e8165e;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..e5414fd 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: live-boot-grml/hooks/live +=================================================================== +--- live-boot-grml.orig/hooks/live 2011-12-06 22:10:17.000000000 +0100 ++++ live-boot-grml/hooks/live 2011-12-06 22:10:47.000000000 +0100 +@@ -266,17 +266,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