From efb8dd85721d831d8f0d173a1df48dc15a9419da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 15 Mar 2016 20:39:19 +0000 Subject: strata/foundation/systemd.morph: Remove workaround about strict mounts systemd uses libmount from util-linux now, it doesn't try to run the system's `mount` program directly any more. So we no longer need to hack it into working with Busybox's `mount`. Change-Id: I798635cba1407f96cdd66ecc36bd5958364edda1 --- strata/foundation/systemd.morph | 2 -- 1 file changed, 2 deletions(-) diff --git a/strata/foundation/systemd.morph b/strata/foundation/systemd.morph index fb624259..ae95cf9b 100644 --- a/strata/foundation/systemd.morph +++ b/strata/foundation/systemd.morph @@ -14,8 +14,6 @@ post-install-commands: - ln -s "$PREFIX"/lib/systemd/systemd "$DESTDIR"/sbin/init - for f in telinit runlevel shutdown poweroff reboot halt; do ln -s "$PREFIX"/bin/systemctl "$DESTDIR/sbin/$f"; done -- sed -r -e '/Options=/s/,?strictatime//' "$DESTDIR$PREFIX/lib/systemd/system/tmp.mount" - >"$DESTDIR/etc/systemd/system/tmp.mount" - touch "$DESTDIR/etc/machine-id" - | cat > "$DESTDIR/etc/systemd/network/10-dhcp.network" << "EOF" -- cgit v1.2.1