X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2FGRML%2Fgrml-cheatcodes.txt;h=92cd3548a5233f7f2a041411b47396bbafea34e5;hb=62dae38aa8dc20d1b4c3aca979021a67770b0604;hp=12d7d468243684f253deed67e81d25f932d01abd;hpb=7858f90307d9ae4000ea83890bab3b5462feb9b8;p=grml-live.git diff --git a/templates/GRML/grml-cheatcodes.txt b/templates/GRML/grml-cheatcodes.txt index 12d7d46..92cd354 100644 --- a/templates/GRML/grml-cheatcodes.txt +++ b/templates/GRML/grml-cheatcodes.txt @@ -211,7 +211,7 @@ grml dmraid=on Automatically enable any present dmraid devi grml dmraid=off Actively try to stop any present dmraid devices. grml nolvm Disable scanning for Logical Volumes (LVM) grml lvm Automatically activate Logival Volumes (LVM) during boot -grml readonly Make sure all harddisk devices (/dev/hd* /dev/sd*) are forced to read-only mode +grml read-only Make sure all harddisk devices (/dev/hd* /dev/sd*) are forced to read-only mode grml ethdevice=... Use specified network device for network boot instead of default (eth0) grml ethdevice-timeout=... Use specified network configuration timeout instead of default (15sec) grml xmodule=ati|fbdev|i810|mga Use specified X.org-Module (1) @@ -256,12 +256,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://http.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=/dev/sda mirror=http://cdn.debian.net/debian password=foobar + debian2hd target=/dev/sda1 grub=/dev/sda mirror=http://http.debian.net/debian password=foobar See http://grml.org/grml-debootstrap/ for more information.