From e910ecb24ff100bd01f85bf85114e351b973ca22 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Mon, 9 May 2011 20:13:30 +0200 Subject: [PATCH] document ip= boot option --- templates/GRML/grml-cheatcodes.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.1.4