forked from pool/systemd
9cce0631b3
- Create and own more systemd drop-in directories. - Improve mini packages for bootstrapping. - do not mount /tmp as tmpfs by default. - Fix install script when there is no inittab - Create a systemd-mini specfile to prevent cycle in bootstrapping OBS-URL: https://build.opensuse.org/request/show/139371 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=300
14 lines
731 B
Diff
14 lines
731 B
Diff
Index: systemd-189/src/fsck/fsck.c
|
|
===================================================================
|
|
--- systemd-189.orig/src/fsck/fsck.c
|
|
+++ systemd-189/src/fsck/fsck.c
|
|
@@ -128,7 +128,7 @@ static int parse_proc_cmdline(void) {
|
|
arg_skip = true;
|
|
else if (startswith(w, "fsck"))
|
|
log_warning("Invalid fsck 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))
|