X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F26_support_dns_bootoption.patch;h=aad51f1418b3c32cd6f766f9f1e92b61ca53328b;hb=eae42969c6f684a71e2aa812eaa449f3e64a33fc;hp=583e9b9275ae5d9cef27cb9ff169c9c363c509e2;hpb=3a80a92d963e648134bb2dbac5d410a100959498;p=live-boot-grml.git diff --git a/debian/patches/26_support_dns_bootoption.patch b/debian/patches/26_support_dns_bootoption.patch index 583e9b9..aad51f1 100644 --- a/debian/patches/26_support_dns_bootoption.patch +++ b/debian/patches/26_support_dns_bootoption.patch @@ -7,9 +7,9 @@ @DPATCH@ Index: live-boot-grml/scripts/boot/9990-networking.sh =================================================================== ---- live-boot-grml.orig/scripts/boot/9990-networking.sh 2012-11-28 17:23:14.954502427 +0100 -+++ live-boot-grml/scripts/boot/9990-networking.sh 2012-11-28 17:46:56.190917365 +0100 -@@ -153,7 +153,7 @@ +--- live-boot-grml.orig/scripts/boot/9990-networking.sh 2013-08-15 08:01:43.007980354 +0200 ++++ live-boot-grml/scripts/boot/9990-networking.sh 2013-08-15 08:01:43.007980354 +0200 +@@ -152,7 +152,7 @@ echo "search ${DNSDOMAIN}" >> /etc/resolv.conf fi @@ -20,8 +20,8 @@ Index: live-boot-grml/scripts/boot/9990-networking.sh then Index: live-boot-grml/scripts/boot/9990-grml-networking.sh =================================================================== ---- live-boot-grml.orig/scripts/boot/9990-grml-networking.sh 2012-11-28 17:46:38.000000000 +0100 -+++ live-boot-grml/scripts/boot/9990-grml-networking.sh 2012-11-28 17:46:56.190917365 +0100 +--- live-boot-grml.orig/scripts/boot/9990-grml-networking.sh 2013-08-15 08:01:43.007980354 +0200 ++++ live-boot-grml/scripts/boot/9990-grml-networking.sh 2013-08-15 08:01:43.007980354 +0200 @@ -28,7 +28,12 @@ # prepare a new /etc/network/interfaces file (and, possibly, a new /etc/resolv.conf) @@ -55,10 +55,12 @@ Index: live-boot-grml/scripts/boot/9990-grml-networking.sh +fi + } ---- live-boot-grml.orig/scripts/boot/9990-cmdline-old 2012-11-28 17:46:38.000000000 +0100 -+++ live-boot-grml/scripts/boot/9990-cmdline-old 2012-11-28 17:46:56.190917365 +0100 +Index: live-boot-grml/scripts/boot/9990-cmdline-old +=================================================================== +--- live-boot-grml.orig/scripts/boot/9990-cmdline-old 2013-08-15 08:01:43.007980354 +0200 ++++ live-boot-grml/scripts/boot/9990-cmdline-old 2013-08-15 08:01:43.007980354 +0200 @@ -18,6 +18,19 @@ - BOOTIF="${x#BOOTIF=}" + BOOTIF="${_PARAMETER#BOOTIF=}" ;; + dns=*)