X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=templates%2FGRML%2Fgrml-cheatcodes.txt;h=4542277ef6e51f563a09889d360adc4c230e2a04;hb=301769f30f42612313e0cbeddad81af423eeea8e;hp=db08ddfe53f7883b814e38d3f1fc3d08fba0812b;hpb=1c721a6a60f0837369c5ac8e8a186544066495d2;p=grml-live.git diff --git a/templates/GRML/grml-cheatcodes.txt b/templates/GRML/grml-cheatcodes.txt index db08ddf..4542277 100644 --- a/templates/GRML/grml-cheatcodes.txt +++ b/templates/GRML/grml-cheatcodes.txt @@ -78,6 +78,11 @@ grml distri=... Set distribution name to given argument. If (/cdrom/desktop/"$DISTRI") it will be taken as wallpaper for grml grml debnet Search through local partitions for file /etc/network/interfaces, copy /etc/network to local system and restart networking then +grml dns=8.8.8.8,8.8.4.4 Set DNS resolvers during boot and for live system. +grml ip=... Standard Linux kernel ip= boot option. Arguments: + clientip:nfsserverip:gwip:netmask:hostname:device:autoconf + Valid values for autoconf: off, on, dhcp, bootp, rarp, both. + Almost everything is optional. Most common form: ip=dhcp grml mypath=... Add specified option into $PATH of Zsh For example when using "grml mypath=/foobar" then /foobar will be added to the end of $PATH inside Zsh @@ -122,8 +127,7 @@ grml findiso=/grml_2010.12.iso Look for the specified ISO file on all disks looks for the .squashfs file (so you don't have to know the device name as in isofrom=....). grml fetch=$IP/filename.squashfs Download a squashfs image from a given url, copying to ram and booting it. - Due to current limitations in busyboxs wget and DNS resolution, an URL - can not contain a hostname but an IP only. + [Note: releases before 2011.05 didn't support DNS but IP only.] grml live-media-path=live Sets the path to the live filesystem on the medium By default, it is set to /live grml module=grml Instead of using the default "$name.module" another file can @@ -176,20 +180,6 @@ grml nostartx If using startx as default bootoption the no which decide to enable startx by default only, plain grml does not use automatic startup of X by default.) -Accessibility related settings: -------------------------------- -grml blind Start Braille-Terminal (no X) -grml hwspeak Probe all available speakup hardware modules -grml swspeak Prepare system for use with software synthesizer through speakup - Run 'swspeak' after booting up to activate sound output -grml swspeak=espeak Use espeakup (if available) as connector to speakup - Run 'swspeak' after booting up to activate sound output -grml swspeak=speechd Use speech-dispatcher / speechd-up (if available) as connector to speakup - Run 'swspeak' after booting up to activate sound output -grml brltty=type,port,table Parameters for Braille device (e.g.: brltty=al,/dev/ttyS0,text.de.tbl) -grml speakup.synth=... Use speakup kernel module with given hardware type - Usage example: speakup.synth=apollo - Hardware related settings: -------------------------- grml swap Activate present/detected swap partitions @@ -239,7 +229,7 @@ grml nouveau.modeset=0 nomodeset Disable Kernel Mode Setting (KMS) for Nouvea Installation related settings: ------------------------------ -Caution: do *NOT* use the grml2hd and/or debian2hd bootoption if you do not know what you are doing! +Caution: do *NOT* use the debian2hd bootoption if you do not know what you are doing! Install plain Debian via debian2hd bootoption (which runs grml-debootstrap in non-interactive mode): @@ -257,22 +247,6 @@ debian2hd ... whereas valid options for debian2hd are: See http://grml.org/grml-debootstrap/ for more information. -Install grml via grml2hd bootoption (which runs grml2hd in non-interactive mode): - -grml2hd ... whereas valid options for grml2hd are: - - user= user name for user which should be used at hd-install - filesystem={ext2|ext3|reiserfs|reiser4|jfs|xfs} filesystem to be used - mbr=/dev/... partition where MBR should be installed (default:=partition) - partition=/dev/... partition where grml should be installed - - Usage example for booting: - grml2hd partition=/dev/sda4 mbr=/dev/sda filesystem=ext3 user=mika - - Passwords of user root and user are "grml" - please adjust after hd-install! - - See http://grml.org/grml2hd/ for more information. - Additional notes: -----------------