Point out that a URL can be used as well in README
This commit is contained in:
parent
29ee237d80
commit
434ed8f67f
|
|
@ -27,14 +27,14 @@ Assuming you are on an Arch Linux live-ISO and booted into EFI mode.
|
||||||
# python -m archinstall --script guided
|
# python -m archinstall --script guided
|
||||||
|
|
||||||
|
|
||||||
## Running from a declarative [config](examples/config-sample.json)
|
## Running from a declarative configuration file or URL
|
||||||
|
|
||||||
Prequisites:
|
Prequisites:
|
||||||
1. Edit the [config](examples/config-sample.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.
|
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?
|
# Help?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue