From 56b1e931bc27def5d0a3b51a6282653389fac732 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Wed, 3 Oct 2012 10:52:13 -0300 Subject: [configs/releng] Install systemd as default (with sysvcompat) Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/build.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configs') diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 0b4001b..2fa5d50 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -26,6 +26,14 @@ setup_workdir() { make_basefs() { mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" init mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" -p "memtest86+ mkinitcpio-nfs-utils nbd curl" install + + # Install systemd-sysvcompat in this way until hits {base} group + mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ + -r 'pacman -R --noconfirm --noprogressbar initscripts sysvinit' \ + run + mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ + -p "systemd-sysvcompat" \ + install } # Additional packages (root-image) -- cgit v1.2.2