summaryrefslogtreecommitdiff
path: root/components/9990-cmdline-old
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2016-02-02 03:20:49 -0500
committerKim Hagen <kim.sidney@gmail.com>2016-02-02 03:20:49 -0500
commit25afab110cd193a58aa86a19f808aaa620671e33 (patch)
tree1b753c61ededc9c8bac7fe7259e16402b8bdea59 /components/9990-cmdline-old
parent775b3ace1c12328a993367cece20373de7f645da (diff)
downloadlive-boot-25afab110cd193a58aa86a19f808aaa620671e33.tar.gz
live-boot-25afab110cd193a58aa86a19f808aaa620671e33.zip
Add fastboot and option to set nofastboot.
Diffstat (limited to 'components/9990-cmdline-old')
-rwxr-xr-xcomponents/9990-cmdline-old5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/9990-cmdline-old b/components/9990-cmdline-old
index 911fb4e..657806a 100755
--- a/components/9990-cmdline-old
+++ b/components/9990-cmdline-old
@@ -140,6 +140,11 @@ Cmdline_old ()
export NFS_COW
;;
+ nofastboot)
+ NOFASTBOOT="true"
+ export NOFASTBOOT
+ ;;
+
nofstab)
NOFSTAB="true"
export NOFSTAB