Transforming persistence_excludes bottom script into normal live-boot script.
[live-boot-grml.git] / scripts / boot / cmdline.sh
index e5f7ce1..fbfd3d6 100755 (executable)
@@ -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