X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=doc%2Fgrml-autoconfig.1.txt;h=5f1b8af75b1db5a5a6d2106a7a332801c7d401c8;hp=88dcbdb0583ba139d2cfbb930ed8727661b40216;hb=994a5c3deda7de4027912f73fe7bc6d2c73c1421;hpb=13ba17a19a9132f9781f37eafdc994383bcc0119 diff --git a/doc/grml-autoconfig.1.txt b/doc/grml-autoconfig.1.txt index 88dcbdb..5f1b8af 100644 --- a/doc/grml-autoconfig.1.txt +++ b/doc/grml-autoconfig.1.txt @@ -228,9 +228,21 @@ partconf:: netconfig:: Use this parameter to restore configuration using wget to download a GCA - from the specified destination. Usage example: + from the specified destination. You can also add variables to change the + file name depending on the host configuration. Predefined and useful + variables are $ARCH, $HOSTNAME and $KERNEL. Usage example: netconfig=server.tld/path/to/config.tbz => restore configuration using wget to download file config.tbz + netconfig=server.tld/config-$ARCH.tbz => download config for specified architecture + +netscript:: + Use this parameter to download and run a script from specified destination: + You can also add variables to change the file name depending on the host + configuration. Predefined and useful variables are $ARCH, $HOSTNAME and + $KERNEL. Usage example: + + netcript=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::