Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
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
commitecf3035f9f924fead48f3bec95ca661e642eb5d1 (patch)
tree0c7918f74ec1db2dabbe10e7914866bd06391f63
parentfa48377c8c3994b63657e03273e7f75c15bc10c9 (diff)
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)