Skip to content
Snippets Groups Projects
Commit 2e94974e authored by Gerardo Pozzi's avatar Gerardo Pozzi
Browse files

[configs/releng] Remove uneeded hack (systemd transition)


initscripts/sysvinit are not part from {base} anymore, systemd* is now in {base}.

Signed-off-by: default avatarGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
parent b2691db4
No related branches found
No related tags found
No related merge requests found
......@@ -26,14 +26,6 @@ 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment