From ecf3035f9f924fead48f3bec95ca661e642eb5d1 Mon Sep 17 00:00:00 2001 From: Simon Wilper Date: Sat, 5 Jun 2021 20:15:21 +0200 Subject: Add documentation for the `script=` variable --- docs/README.bootparams | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- cgit v1.2.3-54-g00ecf