Archbootstrap
From ArchWiki
arch-bootstrap.sh is a Bash script that creates a minimum Arch Linux system where you can chroot to. Report bugs here. Some examples:
Installing Arch
- Using default architecture (i686) and repository:
# bash arch-bootstrap.sh myarch
- Bootstrap a x86_64 system using a specific repository:
# bash arch-bootstrap.sh -a x86_64 -r "ftp://ftp.archlinux.org" myarch
Related
- Port for sh4 CPU: http://code.google.com/p/sh4twbox.