Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=d06d15c0753aaec2359dfc81869b99dce75e071e
commit d06d15c0753aaec2359dfc81869b99dce75e071e Author: Elentir <[email protected]> Date: Wed Jan 11 19:54:22 2012 +0100 add XferCommand in pacman-g2.conf to fix #4305 diff --git a/bin/create-rootfs b/bin/create-rootfs index be90083..e6ba62e 100755 --- a/bin/create-rootfs +++ b/bin/create-rootfs @@ -155,6 +155,10 @@ auto_login yes EOF fi +## Use XferCommand to fix some freeze during package download, see #4305 +sed -i 's/#XferCommand/XferCommand/' $CHROOTDIR/etc/pacman-g2.conf +sed -i 's/YOUR_OPTIONS//' $CHROOTDIR/etc/pacman-g2.conf + ## For fwife if [ $APPSGROUP != "MIN" ]; then mkdir -p $CHROOTDIR/home/fwlive/Desktop/ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
