「Archinstall」の版間の差分
(前書きを訳出) |
|||
5行目: | 5行目: | ||
[[pt:Archinstall]] |
[[pt:Archinstall]] |
||
[[zh-hans:Archinstall]] |
[[zh-hans:Archinstall]] |
||
− | [https://python-archinstall.readthedocs.io/en/latest/index.html archinstall] |
+ | [https://python-archinstall.readthedocs.io/en/latest/index.html archinstall] は [[Arch Linux]] をインストールするためのヘルパーライブラリです。いくつかの事前設定されたインストーラー、例えば "guided" インストーラーなどがパッケージに含まれています。 |
− | + | このドキュメントは Python ライブラリとしての archinstall の使用については扱いません。その目的では [https://python-archinstall.readthedocs.io/en/latest/archinstall/Installer.html] を参照してください。 |
|
− | {{Warning|archinstall |
+ | {{Warning|archinstall は '''実験的な''' ソフトウェアで、標準の [[インストールガイド|インストール]] 手順とは異なるデフォルトを提供します。archinstall を使ってインストールしたシステムを使用している時は、サポートリクエスト内でそのことに言及して {{ic|/var/log/archinstall/install.log}} を提供してください。}} |
− | {{Note|archinstall |
+ | {{Note|archinstall は [[UEFI]] システムのみサポートしています。}} |
== Running the installer == |
== Running the installer == |
2021年5月30日 (日) 10:53時点における版
archinstall は Arch Linux をインストールするためのヘルパーライブラリです。いくつかの事前設定されたインストーラー、例えば "guided" インストーラーなどがパッケージに含まれています。
このドキュメントは Python ライブラリとしての archinstall の使用については扱いません。その目的では [1] を参照してください。
Running the installer
First, acquire and boot the live medium as described in Installation guide#Pre-installation. The archinstall package is part of the live medium and can be run directly:
# archinstall
The guided installer will perform (query) the following steps:
- configure the locale;
- select the mirrors;
- partition the disks;
- format the partitions;
- enable disk encryption (optional);
- set the hostname;
- set the root password;
- install a boot loader (limited to systemd-boot).
Additional packages can be installed by specifying them after the Write additional packages to install
prompt.
Once the installation is complete, green text should appear saying that it’s safe to reboot, which is also the command you use to reboot.
Profiles
archinstall includes profiles, or sets of packages and pre-configured options which can be installed next to the base system.