archinstall

提供: ArchWiki
2021年5月30日 (日) 10:53時点におけるNy-a (トーク | 投稿記録)による版 (前書きを訳出)
ナビゲーションに移動 検索に移動

archinstallArch Linux をインストールするためのヘルパーライブラリです。いくつかの事前設定されたインストーラー、例えば "guided" インストーラーなどがパッケージに含まれています。

このドキュメントは Python ライブラリとしての archinstall の使用については扱いません。その目的では [1] を参照してください。

警告: archinstall は 実験的な ソフトウェアで、標準の インストール 手順とは異なるデフォルトを提供します。archinstall を使ってインストールしたシステムを使用している時は、サポートリクエスト内でそのことに言及して /var/log/archinstall/install.log を提供してください。
ノート: archinstall は UEFI システムのみサポートしています。

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:

  1. configure the locale;
  2. select the mirrors;
  3. partition the disks;
  4. format the partitions;
  5. enable disk encryption (optional);
  6. set the hostname;
  7. set the root password;
  8. install a boot loader (limited to systemd-boot).
警告: Leaving the root password blank disables the root account, using sudo for privilege escalation. As this may cause you to lock yourself out of your system, this is generally not advised. See Sudo#Disable root login.
ノート: The installer can configure wired interfaces on the installed system using Systemd-networkd or it can copy the configuration used on the ISO. That means, if you configure a wireless interface using Iwd#iwctl, its configuration, including the network's password, will be copied to the installed system. It also copies the configuration for wired interfaces that's present on the ISO.

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.

警告: Shipped profiles are specific to archinstall and not supported by package maintainers. Users are advised to check the details of each profile before using it.

See also