From 658de1f60d5e4cd1d7c4b70843234820402f4352 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 28 Jan 2012 22:41:34 -0500 Subject: init: use fastboot, not skip to avoid fsck Move this logic inside fsck_device as well, so that fastboot skips a possible fsck on the /usr partition as well. Signed-off-by: Dave Reisner --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init') diff --git a/init b/init index 86a954b..b596a68 100644 --- a/init +++ b/init @@ -64,7 +64,7 @@ fi rootdev=$(resolve_device "$root") && root=$rootdev unset rootdev -[ -z "$skipfsck" ] && fsck_root +fsck_root # Mount root at /new_root ${mount_handler:-default_mount_handler} /new_root -- cgit v1.2.3-24-g4f1b