On Sun, Feb 1, 2009 at 12:05 AM, Dieter Plaetinck
<dieter@plaetinck.be> wrote:
I personally have a slow upload.. maybe some else can upload his
homebuilt isos (or we can wait a bit for Aaron to surface again, but
that will be more then 24 hours from now I think)
Anyway, here is the build procedure, it's quite easy:
git clone http://projects.archlinux.org/git/archiso.git
cd archiso/archiso
sudo make install #to be packaged later
cd ../configs/install-iso
# change version in Makefile
# if on x86_64, remove intel-536ep and intel-537 from packages.list
./buildall.sh
scp release/* ...somewhere...
Dieter