archinstall
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.