From 48b7f743543dfe4cc8e2bfbb74f4574053a7da13 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 18:57:24 +0200 Subject: Removing fastboot handling, the normal system handles this via 'fastboot' bootparameter already. --- scripts/boot/cmdline.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'scripts/boot') 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 -- cgit v1.2.3