summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-03-15 20:39:28 +0000
committerJavier Jardón <jjardon@gnome.org>2016-03-19 15:23:00 +0000
commit0c13ce661c1c6d61a3d80fac9b8d24d44c61b8b8 (patch)
treeafe4c68af23a89ca6a20e3d3c5bf73f3798674f4
parent8ce6149ae89c9c8b632bef13edd577de67c09e8c (diff)
downloaddefinitions-0c13ce661c1c6d61a3d80fac9b8d24d44c61b8b8.tar.gz
strata/foundation/systemd.morph: Remove workaround to configure the shell
This doesnt seem to be needed: the service file is configured correctly to use '/bin/sh' even without using this workaround Change-Id: I8cb9ff567c5e1b3f75a3101a958f5421ed87d571
-rw-r--r--strata/foundation/systemd.morph1
1 files changed, 0 insertions, 1 deletions
diff --git a/strata/foundation/systemd.morph b/strata/foundation/systemd.morph
index 7d729db3..0c733533 100644
--- a/strata/foundation/systemd.morph
+++ b/strata/foundation/systemd.morph
@@ -15,7 +15,6 @@ post-install-commands:
- ln -s /lib/systemd/systemd "$DESTDIR"/sbin/init
- for f in telinit runlevel shutdown poweroff reboot halt; do ln -s /bin/systemctl
"$DESTDIR/sbin/$f"; done
-- sed -e 's|@sushell@|/bin/sh|g' units/debug-shell.service.in >"$DESTDIR/etc/systemd/system/debug-shell.service"
- sed -r -e '/Options=/s/,?strictatime//' "$DESTDIR/lib/systemd/system/tmp.mount"
>"$DESTDIR/etc/systemd/system/tmp.mount"
- touch "$DESTDIR/etc/machine-id"