forked from pool/systemd
14 lines
724 B
Diff
14 lines
724 B
Diff
|
Index: systemd-44/src/fsck.c
|
||
|
===================================================================
|
||
|
--- systemd-44.orig/src/fsck.c
|
||
|
+++ systemd-44/src/fsck.c
|
||
|
@@ -127,7 +127,7 @@ static int parse_proc_cmdline(void) {
|
||
|
arg_skip = true;
|
||
|
else if (startswith(w, "fsck.mode"))
|
||
|
log_warning("Invalid fsck.mode= parameter. Ignoring.");
|
||
|
-#if defined(TARGET_FEDORA) || defined(TARGET_MANDRIVA) || defined(TARGET_MAGEIA)
|
||
|
+#if defined(TARGET_FEDORA) || defined(TARGET_MANDRIVA) || defined(TARGET_MAGEIA) || defined(TARGET_SUSE)
|
||
|
else if (strneq(w, "fastboot", l))
|
||
|
arg_skip = true;
|
||
|
else if (strneq(w, "forcefsck", l))
|