From 48b7f743543dfe4cc8e2bfbb74f4574053a7da13 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 18:57:24 +0200 Subject: Removing fastboot handling, the normal system handles this via 'fastboot' bootparameter already. --- initramfs-tools/scripts/live-bottom/12fstab | 5 ----- 1 file changed, 5 deletions(-) (limited to 'initramfs-tools/scripts') diff --git a/initramfs-tools/scripts/live-bottom/12fstab b/initramfs-tools/scripts/live-bottom/12fstab index 848fc2f..871180c 100755 --- a/initramfs-tools/scripts/live-bottom/12fstab +++ b/initramfs-tools/scripts/live-bottom/12fstab @@ -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 -- cgit v1.2.3