diff options
author | Javier Jardón <jjardon@gnome.org> | 2016-03-15 20:39:19 +0000 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2016-03-21 15:33:37 +0000 |
commit | efb8dd85721d831d8f0d173a1df48dc15a9419da (patch) | |
tree | 7c6446c543c64e86df4d8327369d2abf3732aefa /strata/foundation/systemd.morph | |
parent | 5a728ff25a35519aa31ef9132ff39a2668868dfd (diff) | |
download | definitions-efb8dd85721d831d8f0d173a1df48dc15a9419da.tar.gz |
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
Diffstat (limited to 'strata/foundation/systemd.morph')
-rw-r--r-- | strata/foundation/systemd.morph | 2 |
1 files changed, 0 insertions, 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" |