Linux command
archinstall 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
archinstall
Example
archinstall --script [minimal]
Example
archinstall --config [/path/to/config.json]
Example
archinstall --config [/path/to/config.json] --silent
说明
archinstall is a guided Arch Linux installer that provides an interactive menu-driven installation experience. It simplifies the Arch Linux installation process while still providing flexibility and customization options.
参数
- --config _path_
- Load configuration from a JSON file.
- --creds _path_
- Load credentials (passwords, keys) from a file.
- --disk-layout _path_
- Load disk layout configuration from a file.
- --script _name_
- Run a specific installation profile (e.g., minimal, desktop).
- --silent
- Run without user prompts (requires --config).
- --dry-run
- Test the installation without making changes.
FAQ
What is the archinstall command used for?
archinstall is a guided Arch Linux installer that provides an interactive menu-driven installation experience. It simplifies the Arch Linux installation process while still providing flexibility and customization options.
How do I run a basic archinstall example?
Run `archinstall` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --config _path_ do in archinstall?
Load configuration from a JSON file.