From 0c13ce661c1c6d61a3d80fac9b8d24d44c61b8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 15 Mar 2016 20:39:28 +0000 Subject: 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 --- strata/foundation/systemd.morph | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.1