[arch-releng] [PATCH] [configs/releng] Unlist initscripts from remove list
Is not part anymore from {base} (testing/initscripts-2012.10.1-1) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index b074a5f..1c7e9a0 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -29,7 +29,7 @@ make_basefs() { # 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' \ + -r 'pacman -R --noconfirm --noprogressbar sysvinit' \ run mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ -p "systemd-sysvcompat" \ -- 1.7.12.2
Is not part anymore from {base} (testing/initscripts-2012.10.1-1)
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> --- configs/releng/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/releng/build.sh b/configs/releng/build.sh index b074a5f..1c7e9a0 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -29,7 +29,7 @@ make_basefs() {
# 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' \ + -r 'pacman -R --noconfirm --noprogressbar sysvinit' \ run mkarchiso ${verbose} -w "${work_dir}" -C "${pacman_conf}" -D "${install_dir}" \ -p "systemd-sysvcompat" \ discard this, now sysvinit is removed from base, so removing completelly
On 10/12/2012 01:38 PM, Gerardo Exequiel Pozzi wrote: this hack... -- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1
participants (1)
-
Gerardo Exequiel Pozzi