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-06-18 20:15:32 +0200
commit8a01a6c88d5dd6ef250cae7cc9250dadf1178acf (patch)
tree01fc97b387e7154fadc404db7278ea9945c7f7ad
parentd1a93e38f0b1571066810585356118706f217e51 (diff)
parentbcdfe90bb2aea5fb7892e57d3d104e913eee312f (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)