[arch-releng] [PATCH 3/3] [releng] Replace cdrkit with libisoburn, remove syslinux

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Mon Aug 29 12:05:47 EDT 2011


New mkarchiso uses xorriso instead of mkisofs.
syslinux was used for isohybrid, this feature is integrated into xorriso.
---
 scripts/releng-chroot-manager |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/releng-chroot-manager b/scripts/releng-chroot-manager
index a85c48c..b5cfede 100755
--- a/scripts/releng-chroot-manager
+++ b/scripts/releng-chroot-manager
@@ -25,7 +25,7 @@ _install_archiso () {
 
 if [ $action == recreate ]
 then
-	extrapkgs="syslinux vim mc base-devel git svn cvs mkinitcpio cdrkit squashfs-tools devtools libui-sh"
+	extrapkgs="vim mc base-devel git svn cvs mkinitcpio libisoburn squashfs-tools devtools libui-sh"
 
 	mkdir -p /var/releng/ || die_error "could not create /var/releng/"
 	mount | grep -q "/var/releng/chroot-$arch" && die_error "Mountpoints still in place in $arch chroot.  Cannot remove the chroot"
-- 
1.7.6



More information about the arch-releng mailing list