X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=doc%2Fgrml-autoconfig.current.txt;h=350ccc742ed3f5f6c6c17d402a525c26f1a4c0ef;hp=9c7e8feda33d49baea5bee01e4470a87e714ccd8;hb=1de4d8f15c3c889d5005b47b6a5bfddd910a480a;hpb=e200e8e4b3e9104f147d5dc58d44a0749d687b71 diff --git a/doc/grml-autoconfig.current.txt b/doc/grml-autoconfig.current.txt index 9c7e8fe..350ccc7 100644 --- a/doc/grml-autoconfig.current.txt +++ b/doc/grml-autoconfig.current.txt @@ -13,7 +13,9 @@ The DCS directory defaults to the root directory of the GRML live image. If a file system labeled GRMLCFG is found, the DCS directory is the root directory of that file system. Alternatively, the myconfig boot parameter can be used to directly specify a device which is then taken as DCS directory -(myconfig=/dev/sda1, for example). +(myconfig=/dev/sda1, for example). If your device is labeled different to +GRMLCFG the proper label can be set via the autoconfig boot parameter +(autoconfig=SOMELABEL, for example). Without any additional boot parameters, the GCA at DCSDIR/config.tbz is automatically unpacked and DCSDIR/scrips/grml.sh is automatically executed on @@ -34,6 +36,14 @@ myconfig:: myconfig=/dev/sda1 => read DCS from usb-device myconfig=/dev/fd0 => read DCS from floppy-disk +autoconfig:: + + This parameter specifies the label used to determine the DCS device. + If undefined the label GRMLCFG is used to find the DCS device. + + autoconfig=SOMELABEL => search for device labeled SOMELABEL to use as + DCS device. + home:: This parameter is for setting a specific partition as home directory. Usage @@ -73,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::