index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-05-22 14:22:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 14:22:15 +0200 |
commit | 7722ac69a347413e3ea643a0946f0686faffd83d (patch) | |
tree | 464a58172cf09609598cc9fda05901db9fd32f65 /README.md | |
parent | e4c471b631632b7f419ba7ff4c982df406305a3c (diff) | |
parent | dd0cfa990aa98d14a4b5f83d452238a43e8f28af (diff) |
-rw-r--r-- | README.md | 4 |
@@ -24,7 +24,7 @@ Or use `pip install --upgrade archinstall` to use as a library. Assuming you are on an Arch Linux live-ISO and booted into EFI mode. - # python -m archinstall --script guided + # archinstall ## Running from a declarative configuration file or URL @@ -34,7 +34,7 @@ Prequisites: Assuming you are on a Arch Linux live-ISO and booted into EFI mode. - # python -m archinstall --config <path to config file or URL> --vars '<space_seperated KEY=VALUE pairs>' + # archinstall --config <path to config file or URL> [optional: --vars '<space_seperated KEY=VALUE pairs>'] # Help? |