X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F41_drop_nameserver_from_ip_option.patch;h=2f2f6bfbc563fa4e3fff6ffeb79541d3b0158c61;hb=3b3ac7b387df59cc871f6572344f249a203b371c;hp=f43cfc4999bcad45df81b5ef968d1dc4fcc571a1;hpb=a6e250845a22f7b54e2936a64e98430ed3c79194;p=live-boot-grml.git diff --git a/debian/patches/41_drop_nameserver_from_ip_option.patch b/debian/patches/41_drop_nameserver_from_ip_option.patch index f43cfc4..2f2f6bf 100644 --- a/debian/patches/41_drop_nameserver_from_ip_option.patch +++ b/debian/patches/41_drop_nameserver_from_ip_option.patch @@ -11,8 +11,8 @@ option inside the ip= boot parameter. This violates the ip= handling as documented in https://www.kernel.org/doc/Documentation/filesystems/nfs/nfsroot.txt ---- a/scripts/boot/9990-netbase.sh -+++ b/scripts/boot/9990-netbase.sh +--- a/components/9990-netbase.sh ++++ b/components/9990-netbase.sh @@ -44,7 +44,6 @@ ifaddress="$(echo ${ifline} | cut -f2 -d ':')" ifnetmask="$(echo ${ifline} | cut -f3 -d ':')"