Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSimon Wilper <sxw@chronowerks.de>2021-06-05 20:15:21 +0200
committerSimon Wilper <sxw@chronowerks.de>2021-06-15 18:43:43 +0000
commitbcdfe90bb2aea5fb7892e57d3d104e913eee312f (patch)
tree01fc97b387e7154fadc404db7278ea9945c7f7ad /docs
parentd1a93e38f0b1571066810585356118706f217e51 (diff)
Add documentation for the `script=` variable
Diffstat (limited to 'docs')
-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)