summaryrefslogtreecommitdiff
path: root/strata/foundation/systemd.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-11-26 23:39:48 +0000
committerJavier Jardón <jjardon@gnome.org>2017-12-12 15:58:23 +0000
commit7df7f3b427739ff7d69da2ba218da0124822892c (patch)
tree843c75e9bede53862ab101d6a7bcd1da15a33c55 /strata/foundation/systemd.morph
parent7aad5150f69da42b84994c353283db5daf8e967f (diff)
downloaddefinitions-7df7f3b427739ff7d69da2ba218da0124822892c.tar.gz
Remove all .morph files and files from the old format
Diffstat (limited to 'strata/foundation/systemd.morph')
-rw-r--r--strata/foundation/systemd.morph31
1 files changed, 0 insertions, 31 deletions
diff --git a/strata/foundation/systemd.morph b/strata/foundation/systemd.morph
deleted file mode 100644
index d0f962a8..00000000
--- a/strata/foundation/systemd.morph
+++ /dev/null
@@ -1,31 +0,0 @@
-name: systemd
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh
-- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var
- --disable-manpages
- --disable-tests
- --libexecdir="$PREFIX/libexec"
- --enable-split-usr
-post-install-commands:
-- mkdir -p "$DESTDIR"/sbin
-- ln -s "$PREFIX"/lib/systemd/systemd "$DESTDIR"/sbin/init
-- for f in telinit runlevel shutdown poweroff reboot halt; do ln -s "$PREFIX"/bin/systemctl
- "$DESTDIR/sbin/$f"; done
-- touch "$DESTDIR/etc/machine-id"
-- |
- cat > "$DESTDIR/etc/systemd/network/10-dhcp.network" << "EOF"
- [Match]
- Name=e*
-
- [Network]
- DHCP=yes
- EOF
-# Use the pam config systemd provides
-- cp -a "$DESTDIR/$PREFIX"/share/factory/etc/pam.d/* "$DESTDIR/etc/pam.d"
-
-# Add pam_deny.so to the default systemd-auth pam.d config file. Without
-# it, if shadow is configured to use PAM, it would be possible to login
-# to a system with the wrong password.
-- echo 'auth requisite pam_deny.so' >> "$DESTDIR"/etc/pam.d/system-auth