Removing fastboot handling, the normal system handles this via 'fastboot' bootparamet...
authorDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 16:57:24 +0000 (18:57 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 17:35:57 +0000 (19:35 +0200)
initramfs-tools/scripts/live-bottom/12fstab
scripts/boot/cmdline.sh

index 848fc2f..871180c 100755 (executable)
@@ -44,9 +44,4 @@ then
        echo "tmpfs /tmp tmpfs nosuid,nodev 0 0" >> "${FSTAB}"
 fi
 
-if [ "${NOFASTBOOT}" != "true" ]
-then
-       touch root/fastboot
-fi
-
 log_end_msg
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