index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-20 08:07:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 08:07:02 +0200 |
commit | 71ab52178c143d3f9b3d2d7090a51404913d9939 (patch) | |
tree | 1cc07aa1f2874c5a54ed2a8df151462569f9da75 /README.md | |
parent | 182babf33a8fd5ff08cdf5774b0a87c8e9386384 (diff) | |
parent | 434ed8f67fbe4a03c8d7fe8f8a9c41843895e122 (diff) |
-rw-r--r-- | README.md | 6 |
@@ -27,14 +27,14 @@ Assuming you are on an Arch Linux live-ISO and booted into EFI mode. # python -m archinstall --script guided -## Running from a declarative [config](examples/base-config.json) +## Running from a declarative configuration file or URL Prequisites: - 1. Edit the [config](examples/base-config.json) according to your requirements. + 1. Edit the [configuration file](examples/config-sample.json) according to your requirements. Assuming you are on a Arch Linux live-ISO and booted into EFI mode. - # python -m archinstall --config <path to config file> --vars '<space_seperated KEY=VALUE pairs>' + # python -m archinstall --config <path to config file or URL> --vars '<space_seperated KEY=VALUE pairs>' # Help? |