[arch-releng] [PATCH] [configs/releng] Remove uneeded hack (systemd transition)
initscripts/sysvinit are not part from {base} anymore, systemd* is now in {base}. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/build.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index ab8097c..cd9b45a 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -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) -- 1.7.12.2
On 10/12/2012 06:31 PM, Gerardo Exequiel Pozzi wrote:
initscripts/sysvinit are not part from {base} anymore, systemd* is now in {base}.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/build.sh | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index ab8097c..cd9b45a 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -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) This is now needed, otherwise build releng is broken, but no feedback received, neither for this and previous patch, and other patches. So I assume as "do it and push", as usal I do.
-- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1
On Sat, Oct 13, 2012 at 8:25 PM, Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> wrote:
This is now needed, otherwise build releng is broken, but no feedback received, neither for this and previous patch, and other patches. So I assume as "do it and push", as usal I do.
You are the boss :-) -t
Am 13.10.2012 20:25, schrieb Gerardo Exequiel Pozzi:
This is now needed, otherwise build releng is broken, but no feedback received, neither for this and previous patch, and other patches. So I assume as "do it and push", as usal I do.
I'd object if I thought those were bad. As always, you seem to be doing great work on archiso.
participants (3)
-
Gerardo Exequiel Pozzi
-
Thomas Bächler
-
Tom Gundersen