From bb3ad70bc64288476540c4b8450a00eae9104a8c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 22 Apr 2009 17:45:17 +0200 Subject: [PATCH] 'fixed quickinst' --- usr/share/archboot/installer/quickinst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr/share/archboot/installer/quickinst b/usr/share/archboot/installer/quickinst index f0567f6b9..d8cc70eed 100755 --- a/usr/share/archboot/installer/quickinst +++ b/usr/share/archboot/installer/quickinst @@ -79,7 +79,7 @@ fi mount -t proc none $DESTDIR/proc mount -t sysfs none $DESTDIR/sys mount -o bind /dev $DESTDIR/dev -if [ "$INSTMODE" = "cd" ]; then +if [ "$INSTMODE" = "media" ]; then $PACMAN -Sy $PKGLIST fi if [ "$INSTMODE" = "ftp" ]; then @@ -92,10 +92,6 @@ if [ $? -gt 0 ]; then umount $DESTDIR/proc $DESTDIR/sys $DESTDIR/dev exit 1 fi -### HACK to fix infofiles in bash and texinfo! -#echo "Workaround for fixing bash and texinfo infofiles..." -#$PACMAN -S texinfo 2>&1 >> /tmp/pacman.log -#$PACMAN -S bash 2>&1 >> /tmp/pacman.log umount $DESTDIR/proc $DESTDIR/sys $DESTDIR/dev