updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / systemd-quiet / fastboot.patch
blob2c8211bd8ed101bebc3796bacdfffd3561f956bc
1 --- systemd-36/src/fsck.c.orig 2011-09-23 18:17:15.305822578 +0300
2 +++ systemd-36/src/fsck.c 2011-09-24 04:46:19.497293848 +0300
3 @@ -127,12 +127,10 @@
4 arg_skip = true;
5 else if (startswith(w, "fsck.mode"))
6 log_warning("Invalid fsck.mode= parameter. Ignoring.");
7 -#if defined(TARGET_FEDORA) || defined(TARGET_MANDRIVA)
8 else if (strneq(w, "fastboot", l))
9 arg_skip = true;
10 else if (strneq(w, "forcefsck", l))
11 arg_force = true;
12 -#endif
15 free(line);
16 @@ -146,7 +144,7 @@
17 if (access("/forcefsck", F_OK) >= 0)
18 arg_force = true;
20 - if (access("/run/systemd/show-status", F_OK) >= 0 || plymouth_running())
21 + if (access("/run/systemd/show-status", F_OK) >= 0)
22 arg_show_progress = true;