diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/boot/cmdline.sh | 8 |
1 files changed, 1 insertions, 7 deletions
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 |