Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-06-18 20:15:32 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-07-31 11:53:25 +0200
commit852f2c1408ea49b900e31a660c41c4f7ed54b242 (patch)
tree0c7918f74ec1db2dabbe10e7914866bd06391f63
parentfa48377c8c3994b63657e03273e7f75c15bc10c9 (diff)
parentecf3035f9f924fead48f3bec95ca661e642eb5d1 (diff)
Merge remote-tracking branch 'sxw/issue25'
* sxw/issue25: Add documentation for the `script=` variable
-rw-r--r--docs/README.bootparams6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.bootparams b/docs/README.bootparams
index da1fcda..60d9ccb 100644
--- a/docs/README.bootparams
+++ b/docs/README.bootparams
@@ -141,3 +141,9 @@ INDEX
archiso_http_srv= in order to keep using the mirror
selected in the netboot menu.
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)