X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2FGRML%2Fgrml-cheatcodes.txt;h=3bc4f16bdc804525fd160bb17724c68fe604ead9;hb=b05768585528aed6a074d6ab516e6573f769ae35;hp=92cd3548a5233f7f2a041411b47396bbafea34e5;hpb=e4b0667ea46947416f1f1206f1f9c0fd3ed26f35;p=grml-live.git diff --git a/templates/GRML/grml-cheatcodes.txt b/templates/GRML/grml-cheatcodes.txt index 92cd354..3bc4f16 100644 --- a/templates/GRML/grml-cheatcodes.txt +++ b/templates/GRML/grml-cheatcodes.txt @@ -22,7 +22,6 @@ forensic Do not touch any harddisks during hardware r serial Activate ttyS0 and start a getty grub Boot Grub bootloader (special all-in-one-image) dos Boot FreeDOS -bsd Boot MirOS BSD hdt Boot Hardware Detection Tool (from syslinux project) Further documentation regarding the boot process can be found at: @@ -243,6 +242,8 @@ grml vga=ask Display menu for framebuffer mode grml radeon.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for Radeon driver. grml i915.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for Intel driver. grml nouveau.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for Nouveau driver. +grml cirrus.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for Cirrus driver. +grml mgag200.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for MGAG200 driver. Installation related settings: ------------------------------ @@ -256,12 +257,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://http.debian.net/debian + mirror= specify mirror for apt-get/aptitude, e,g.: mirror=http://ftp.debian.org/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://http.debian.net/debian password=foobar + debian2hd target=/dev/sda1 grub=/dev/sda mirror=http://ftp.debian.org/debian password=foobar See http://grml.org/grml-debootstrap/ for more information.