2012-10-26 14:34:44 +02:00
|
|
|
Index: systemd-189/src/fsck/fsck.c
|
2012-07-13 17:25:26 +02:00
|
|
|
===================================================================
|
2012-10-26 14:34:44 +02:00
|
|
|
--- systemd-189.orig/src/fsck/fsck.c
|
|
|
|
+++ systemd-189/src/fsck/fsck.c
|
|
|
|
@@ -128,7 +128,7 @@ static int parse_proc_cmdline(void) {
|
2012-07-13 17:25:26 +02:00
|
|
|
arg_skip = true;
|
2012-10-26 14:34:44 +02:00
|
|
|
else if (startswith(w, "fsck"))
|
|
|
|
log_warning("Invalid fsck parameter. Ignoring.");
|
2012-07-13 17:25:26 +02:00
|
|
|
-#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))
|