From: Christian Hofstaedtler Date: Mon, 9 May 2011 18:13:30 +0000 (+0200) Subject: document ip= boot option X-Git-Tag: v0.14.0~13 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=e910ecb24ff100bd01f85bf85114e351b973ca22 document ip= boot option --- diff --git a/templates/GRML/grml-cheatcodes.txt b/templates/GRML/grml-cheatcodes.txt index 5df471e..102ee32 100644 --- a/templates/GRML/grml-cheatcodes.txt +++ b/templates/GRML/grml-cheatcodes.txt @@ -79,6 +79,10 @@ grml distri=... Set distribution name to given argument. If 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