Comment # 71 on bug 937237 from
I confirm:
Index: systemd.spec
===================================================================
--- systemd.spec        (revision 223)
+++ systemd.spec        (working copy)
@@ -286,6 +286,7 @@
 Patch1098:      1098-systemd-networkd-alias-network-service.patch
 # PATCH-FIX-OPENSUSE hostname-NULL.patch - fix crash on xen build hosts in OBS
Marcus Meissner
 Patch1099:      hostname-NULL.patch
+Patch1100:      mount-flags.patch 

 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -618,6 +619,7 @@
 %patch1097 -p1
 %patch1098 -p1
 %patch1099 -p1
+%patch1100 -p1

 #
 # In combination with Patch352 set-and-use-default-logconsole.patch
Index: mount-flags.patch
===================================================================
--- mount-flags.patch   (revision 0)
+++ mount-flags.patch   (revision 0)
@@ -0,0 +1,11 @@
+Index: systemd-224/units/systemd-udevd.service.in
+===================================================================
+--- systemd-224.orig/units/systemd-udevd.service.in
++++ systemd-224/units/systemd-udevd.service.in
+@@ -21,6 +21,5 @@ Sockets=systemd-udevd-control.socket sys
+ Restart=always
+ RestartSec=0
+ ExecStart=@rootlibexecdir@/systemd-udevd
+-MountFlags=slave
+ KillMode=mixed
+ WatchdogSec=1min


Fixes the rescue, I'm able to login from hvc0


You are receiving this mail because: