From f31bbefc876aadbd9eee3750a1a1a606a2053028 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 29 Jan 2012 03:52:34 +0100 Subject: Add fastboot support This one adds support for the "/fastboot" file, as well as the "fastboot" kernel command line parameter. If either of them is specified, file system checks are skipped. The only exception is the existence of "/forcefsck" or the "forcefsck" kernel parameter which have precedence over fastboot. Implements FS#26154. Reported-by: Mark Signed-off-by: Lukas Fleischer --- tmpfiles.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmpfiles.conf') diff --git a/tmpfiles.conf b/tmpfiles.conf index 8668116..a63ca07 100644 --- a/tmpfiles.conf +++ b/tmpfiles.conf @@ -17,4 +17,5 @@ r /tmp/.X[0-9]-lock r /etc/nologin r /etc/shutdownpid r /forcefsck +r /fastboot -- cgit v1.2.3