X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2Fcmdline.sh;h=fbfd3d6f74333bc4f5efc4821c40fbd028406a8f;hb=e41a83bca638500a899ef7e1d19e97ec723f1209;hp=e5f7ce126f33178f4d8cf1478147042328612faa;hpb=5097c70efc48e5039ddb4c46c0e359c0c389dba9;p=live-boot-grml.git diff --git a/scripts/boot/cmdline.sh b/scripts/boot/cmdline.sh index e5f7ce1..fbfd3d6 100755 --- a/scripts/boot/cmdline.sh +++ b/scripts/boot/cmdline.sh @@ -27,11 +27,10 @@ Cmdline () # parameters below need review (FIXME) skipconfig) - NOFASTBOOT="true" NOFSTAB="true" NONETWORKING="true" - export NOFASTBOOT NOFSTAB NONETWORKING + export NOFSTAB NONETWORKING ;; BOOTIF=*) @@ -160,11 +159,6 @@ Cmdline () export NFS_COW ;; - nofastboot) - NOFASTBOOT="true" - export NOFASTBOOT - ;; - nofstab) NOFSTAB="true" export NOFSTAB