From d79027bc618f88a74a23c6484fde2176c2874a3a Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 13 Feb 2015 15:53:19 +0000 Subject: Remove temporary file which was added accidentally --- strata/foundation/systemd.morph~ | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 strata/foundation/systemd.morph~ diff --git a/strata/foundation/systemd.morph~ b/strata/foundation/systemd.morph~ deleted file mode 100644 index 1ee23cb8..00000000 --- a/strata/foundation/systemd.morph~ +++ /dev/null @@ -1,28 +0,0 @@ -name: systemd -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 -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 -- 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" -post-install-commands: -- | - cat > "$DESTDIR/etc/systemd/network/10-dhcp.network" << "EOF" - [Match] - Name=en* - - [Network] - DHCP=yes - EOF -- cgit v1.2.1