「Archbootstrap」の版間の差分
ナビゲーションに移動
検索に移動
Blackteahamburger (トーク | 投稿記録) (リダイレクトに変更) タグ: 新規リダイレクト |
|||
(他の1人の利用者による、間の1版が非表示) | |||
1行目: | 1行目: | ||
+ | #redirect [[既存の Linux からインストール]] |
||
− | [[Category:ブートプロセス]] |
||
− | [[en:Archbootstrap]] |
||
− | [https://raw.githubusercontent.com/tokland/arch-bootstrap/master/arch-bootstrap.sh arch-bootstrap.sh] は chroot できるところに最小限の Arch Linux 環境を作成する Bash スクリプトです。ホストのアーキテクチャ以外のアーキテクチャをブートストラップするには静的コンパイルされた [http://www.qemu.org QEMU] バイナリを Linux の [[wikipedia:Binfmt_misc|binfmt_misc]] に登録する必要があります。バグは [https://github.com/tokland/arch-bootstrap/issues こちら] に報告してください。 |
||
− | |||
− | == Arch のインストール == |
||
− | |||
− | 例: |
||
− | |||
− | * デフォルトのアーキテクチャ (i686) とリポジトリを使用: |
||
− | |||
− | # bash arch-bootstrap.sh target |
||
− | |||
− | * 特定のディレクトリを使って ''x86_64'' システムをブートストラップ: |
||
− | |||
− | # bash arch-bootstrap.sh -a x86_64 -r "ftp://ftp.archlinux.org" target |
||
− | |||
− | == 参照 == |
||
− | |||
− | * sh4 CPU のポート: http://code.google.com/p/sh4twbox |