summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 18:57:24 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 19:35:57 +0200
commit48b7f743543dfe4cc8e2bfbb74f4574053a7da13 (patch)
treea9ed60db70cd44e5aa38b5a1daed90d0b3df1e28 /scripts
parent5097c70efc48e5039ddb4c46c0e359c0c389dba9 (diff)
downloadlive-boot-48b7f743543dfe4cc8e2bfbb74f4574053a7da13.tar.gz
live-boot-48b7f743543dfe4cc8e2bfbb74f4574053a7da13.zip
Removing fastboot handling, the normal system handles this via 'fastboot' bootparameter already.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/boot/cmdline.sh8
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