[arch-releng] Please test the recent isos

Charles ce at vejnar.org
Wed Aug 17 08:35:19 EDT 2011


Hi,

I tested the automatic install with 2011.08.16 but it is failing while 
executing target_prepare_pacman.

I want to install the package only from the local core repository 
without donwloading anything from a mirror.

The problem seems to be on line 36:
[ -n "$MIRROR" ] && configure_mirrorlist runtime || return 1

If $MIRROR is unspecified, my case, this always ends with an exit code of 1.

Should it not be something like that:
[ -n "$MIRROR" ] && configure_mirrorlist runtime

Thanks

Charles


More information about the arch-releng mailing list