Skip to content

Commit

Permalink
refresh 26_support_dns_bootoption.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 15, 2013
1 parent 3a80a92 commit eae4296
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions debian/patches/26_support_dns_bootoption.patch
Expand Up @@ -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

Expand All @@ -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)
Expand Down Expand Up @@ -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=*)
Expand Down

0 comments on commit eae4296

Please sign in to comment.