X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2FGRML%2Fgrml-cheatcodes.txt;h=db08ddfe53f7883b814e38d3f1fc3d08fba0812b;hb=cc7e99d97f3782f74f875a4482188334c70c844f;hp=cac0bae29c07666b9b15fdf42e5a9d5f99a18fcf;hpb=312d86a4f9a133b7aaaacd86e8213ab0f4b3a73a;p=grml-live.git diff --git a/templates/GRML/grml-cheatcodes.txt b/templates/GRML/grml-cheatcodes.txt index cac0bae..db08ddf 100644 --- a/templates/GRML/grml-cheatcodes.txt +++ b/templates/GRML/grml-cheatcodes.txt @@ -46,7 +46,6 @@ grml utc Use Coordinated Universal Time (UTC=yes) grml localtime Use local time (UTC=no) grml tz=Europe/Vienna Use specified timezone for TZ grml keyboard=us xkeyboard=us Use different keyboard layout (text-console/X) -grml setkeycodes Set some special function keys for MS/HP keyboards Configuration settings: ----------------------- @@ -55,6 +54,8 @@ grml myconfig=/dev/fd0 Set the DCS dir (debs, config, scripts) to t If a file /config.tbz exists, it is extracted from there. /dev/fd0 for floppy disk /dev/sda1 for USB-stick/first SCSI-device +grml autoconfig=SOMELABEL Set the DCS dir to the root of the device labeled with SOMELABEL. + If undefined search for a device labeled with GRMLCFG. grml netconfig=server/config.tbz Download file and extract configuration archive grml netscript=server/file Download and execute file grml partconf=/dev/sda2 Copy files specified in /etc/grml/partconf from /dev/sda2 @@ -247,12 +248,12 @@ debian2hd ... whereas valid options for debian2hd are: target= target partition/directory of the new Debian system, e.g.: target=/dev/sda1 grub= where to install grub to, e.g.: grub=/dev/sda release= specify release of new Debian system (default is stable), e.g.: release=sid - mirror= specify mirror for apt-get/aptitude, e,g.: mirror=http://cdn.debian.net/debian/ + mirror= specify mirror for apt-get/aptitude, e,g.: mirror=http://cdn.debian.net/debian password= set passwort of user root without prompting for it, e.g.: password=AiTh5ahn Usage example for automatic installation: - debian2hd target=/dev/sda1 grub=hd0 groot=hd0,0 mirror=ftp://ftp.tugraz.at/mirror/debian password=foobar + debian2hd target=/dev/sda1 grub=/dev/sda mirror=http://cdn.debian.net/debian password=foobar See http://grml.org/grml-debootstrap/ for more information.