document ip= boot option
authorChristian Hofstaedtler <ch@grml.org>
Mon, 9 May 2011 18:13:30 +0000 (20:13 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Mon, 9 May 2011 18:13:30 +0000 (20:13 +0200)
templates/GRML/grml-cheatcodes.txt

index 5df471e..102ee32 100644 (file)
@@ -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