X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpatches%2F11_dhcphostname.patch;h=965b3ac3251f0eb34ed259afef29d15f30394b8e;hb=5eca029801201abc08b55da5f5d61ee308e8e4bb;hp=7a01b1d3b26c5f0343b3b7c0affeaf2293ae5104;hpb=76af4813596007fc5e4db649f9dd9b498058e2e2;p=live-boot-grml.git diff --git a/debian/patches/11_dhcphostname.patch b/debian/patches/11_dhcphostname.patch index 7a01b1d..965b3ac 100644 --- a/debian/patches/11_dhcphostname.patch +++ b/debian/patches/11_dhcphostname.patch @@ -11,10 +11,10 @@ Support 'nodhcphostname' option which will disable setting the hostname of the booted system according to the DNS information. This patch takes care of the netboot case. ---- a/scripts/live-helpers -+++ b/scripts/live-helpers -@@ -202,6 +202,11 @@ - export NOACCESSIBILITY +--- a/scripts/boot/9990-cmdline-old ++++ b/scripts/boot/9990-cmdline-old +@@ -140,6 +140,11 @@ Cmdline_old () + export NFS_COW ;; + nodhcphostname) @@ -22,6 +22,6 @@ This patch takes care of the netboot case. + export NODHCPHOSTNAME + ;; + - nofastboot) - NOFASTBOOT="Yes" - export NOFASTBOOT + nofstab) + NOFSTAB="true" + export NOFSTAB