X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=doc%2Fgrml-autoconfig.current.txt;h=2e36d1f9b659217e92d313015ee07799d622e5e7;hp=3b48cc4e53ea74507caef730087cd3fd4a206d6c;hb=ec19b33413c8a79c9d65be0f2f4bb62436c690b9;hpb=6b324528dd080c5f321fdc6d7815db8f094eeb01 diff --git a/doc/grml-autoconfig.current.txt b/doc/grml-autoconfig.current.txt index 3b48cc4..2e36d1f 100644 --- a/doc/grml-autoconfig.current.txt +++ b/doc/grml-autoconfig.current.txt @@ -83,7 +83,7 @@ netscript:: This can be used to detect if the script is executed via the netscript bootoption. Usage example: - netcript=server.tld/path/to/script => download and run script/executable from server + netscript=server.tld/path/to/script => download and run script/executable from server netscript=server.tld/script-$HOSTNAME => download and run script/executable for specific host extract:: @@ -101,9 +101,7 @@ scripts:: relative to DCSDIR. If the path points to a file, this single file is executed. If no path is given, it defaults to scripts/grml.sh. If the given name points to a directory, all scripts inside it are - executed, but the run-parts name restrictions apply: script names must - consist entirely of upper and lower case letters, digits, underscores, - and hyphens. Usage examples: + executed. Usage examples: scripts => run script DCSDIR/scripts/grml.sh scripts=foobar.sh => run script foobar.sh in DCSDIR @@ -151,7 +149,7 @@ Permanently adjust boot parameters As you probably know you can adjust boot parameters on the bootprompt. You want to set some boot parameters permanently? That's possible via adding a directory named 'bootparams' to the Grml ISO which has to be located at the root-directory -/bootparams/ (note: the directory is known as /live/image/bootparams/ on a +/bootparams/ (note: the directory is known as /lib/live/mount/medium/bootparams/ on a _running_ Grml system then). Place a textfile inside the directory containing the boot parameters which should be appended to default ones (this corresponds to booting without any special parameters).