Difference between revisions of "Archbootstrap"
Kynikos.bot (talk | contribs) (remove language suffix from Category:Boot process (English), see Talk:Table of Contents#English Category Names: Capitalization and Conflict with i18n) |
Kynikos.bot (talk | contribs) (Template:i18n is deprecated, use interlanguage links, see Help talk:I18n#"Dummy" interlanguage links and deprecation of Template:i18n) |
||
Line 1: | Line 1: | ||
[[Category:Boot process]] | [[Category:Boot process]] | ||
− | |||
− | |||
[http://tokland.googlecode.com/svn/trunk/archlinux/arch-bootstrap.sh arch-bootstrap.sh] creates a base Arch Linux system where you can chroot to. Report bugs [http://code.google.com/p/tokland/issues/list here]. Some examples: | [http://tokland.googlecode.com/svn/trunk/archlinux/arch-bootstrap.sh arch-bootstrap.sh] creates a base Arch Linux system where you can chroot to. Report bugs [http://code.google.com/p/tokland/issues/list here]. Some examples: | ||
Revision as of 13:02, 13 June 2012
arch-bootstrap.sh creates a base Arch Linux system where you can chroot to. Report bugs here. Some examples:
- Using default architecture (i686) and repository (http://mirrors.kernel.org/archlinux):
$ 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