Skip to content

Commit

Permalink
Removing fastboot handling, the normal system handles this via 'fastb…
Browse files Browse the repository at this point in the history
…oot' bootparameter already.
  • Loading branch information
daniel-baumann committed Jun 5, 2012
1 parent 5097c70 commit 48b7f74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
5 changes: 0 additions & 5 deletions initramfs-tools/scripts/live-bottom/12fstab
Expand Up @@ -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
8 changes: 1 addition & 7 deletions scripts/boot/cmdline.sh
Expand Up @@ -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=*)
Expand Down Expand Up @@ -160,11 +159,6 @@ Cmdline ()
export NFS_COW
;;

nofastboot)
NOFASTBOOT="true"
export NOFASTBOOT
;;

nofstab)
NOFSTAB="true"
export NOFSTAB
Expand Down

0 comments on commit 48b7f74

Please sign in to comment.