コンテンツにスキップ

「Archbootstrap」の版間の差分

提供: ArchWiki
削除された内容 追加された内容
文字列「http://code.google.com/」を「https://code.google.com/」に置換
リダイレクトに変更
タグ: 新規リダイレクト
 
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

2020年7月16日 (木) 18:04時点における最新版