From 060261ef2c6afcfbb2dff3ac1f4947446c38f984 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Tue, 17 Sep 2013 18:29:02 +0200 Subject: [nfs-mount] Dbus service reload for stage4 --- .../rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export | 2 ++ 1 file changed, 2 insertions(+) diff --git a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export index 988dc3d7..b116c067 100755 --- a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export +++ b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export @@ -11,3 +11,5 @@ mount -t nfs -o ro,async,nolock,vers=3 "$SLX_STAGE4_NFS" "$MOUNTPOINT" || { echo echo "Appending $MOUNTPOINT to /" mount -o "remount,append:$MOUNTPOINT=ro" / || { echo "Fail." && exit 1; } +# dbus reload needed eg. for gnome etc. and perhaps other service files which stage4 needs: +systemctl reload dbus.service -- cgit v1.2.3-55-g7522