[arch-releng] [PATCH 1/3] [releng] Remove pwgen from chroots
Removed as depends from archiso about two years ago http://projects.archlinux.org/archiso.git/commit/?id=f77ddc0e9ce71eced048139... --- 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 029e293..0abc6a6 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 pwgen mkinitcpio cdrkit squashfs-tools devtools mkinitcpio-nfs-utils nbd libui-sh" + extrapkgs="syslinux vim mc base-devel git svn cvs mkinitcpio cdrkit squashfs-tools devtools mkinitcpio-nfs-utils nbd 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
Was used when mkinitcpio -b does not work at all (only for modules). New mkinitcpio (0.7) take all files from -b <basedir> --- 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 0abc6a6..a85c48c 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 mkinitcpio-nfs-utils nbd libui-sh" + extrapkgs="syslinux vim mc base-devel git svn cvs mkinitcpio cdrkit 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
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
participants (1)
-
Gerardo Exequiel Pozzi