summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-03-15 20:39:19 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-03-21 15:33:37 +0000
commitefb8dd85721d831d8f0d173a1df48dc15a9419da (patch)
tree7c6446c543c64e86df4d8327369d2abf3732aefa
parent5a728ff25a35519aa31ef9132ff39a2668868dfd (diff)
downloaddefinitions-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
-rw-r--r--strata/foundation/systemd.morph2
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"