summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-13 16:02:02 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-13 16:02:02 +0000
commit898c63f66702b26ec3376f48aeeacccfd85796fc (patch)
treed9e7b39e9e02daffb4c33ad81cb92e6f036bcf5b
parent7ccf8e8be16457c6a6d74500cdb8518913878544 (diff)
parentd79027bc618f88a74a23c6484fde2176c2874a3a (diff)
downloaddefinitions-898c63f66702b26ec3376f48aeeacccfd85796fc.tar.gz
Merge branch 'baserock/pedroalvarez/remove-temp-file'
Reviewed-by: James Thomas <james.thomas@codethink.co.uk> Reviewed-by: Tiago Gomes <tiago.gomes@codethink.co.uk>
-rw-r--r--strata/foundation/systemd.morph~28
1 files changed, 0 insertions, 28 deletions
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