「Archbootstrap」の版間の差分
表示
削除された内容 追加された内容
Kusakata.bot (トーク | 投稿記録) 細 文字列「http://code.google.com/」を「https://code.google.com/」に置換 |
Blackteahamburger (トーク | 投稿記録) リダイレクトに変更 タグ: 新規リダイレクト |
||
| 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 のポート: https://code.google.com/p/sh4twbox |
|||