summaryrefslogtreecommitdiff
path: root/strata/systemd-new/systemd-2.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/systemd-new/systemd-2.morph')
-rw-r--r--strata/systemd-new/systemd-2.morph19
1 files changed, 19 insertions, 0 deletions
diff --git a/strata/systemd-new/systemd-2.morph b/strata/systemd-new/systemd-2.morph
new file mode 100644
index 00000000..f2ad6ef0
--- /dev/null
+++ b/strata/systemd-new/systemd-2.morph
@@ -0,0 +1,19 @@
+name: systemd-2
+kind: chunk
+max-jobs: 1
+build-system: autotools
+configure-commands:
+- sh autogen.sh
+- ./configure --prefix="$PREFIX" --enable-xz --disable-manpages --sysconfdir=/etc --localstatedir=/var --libdir="$PREFIX/lib" --libexecdir="$PREFIX/libexec" --with-rootprefix= --with-rootlibdir=/lib --with-firmware-path=/lib/firmware/updates:/lib/firmware --disable-resolved --enable-logind
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- mkdir -p "$DESTDIR"/sbin
+- 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
+- rm -f "$DESTDIR/etc/udev/rules.d/80-net-name-slot.rules"
+- touch "$DESTDIR/etc/udev/rules.d/80-net-name-slot.rules"
+- 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"