Merge remote-tracking branch 'sxw/issue25'

* sxw/issue25:
  Add documentation for the `script=` variable
This commit is contained in:
David Runge 2021-06-18 20:15:32 +02:00
commit 8a01a6c88d
No known key found for this signature in database
GPG key ID: 7258734B41C31549

View file

@ -141,3 +141,9 @@ INDEX
archiso_http_srv= in order to keep using the mirror archiso_http_srv= in order to keep using the mirror
selected in the netboot menu. selected in the netboot menu.
Default: (unset) Default: (unset)
* script= Takes a local file path or a URL to a script file which is
executed from a temporary location after boot. If the
parameter points at a remote file (supported protocols are
http, https and ftp), it will be downloaded before execution.
Default: (unset)