X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fcasper;h=dba4b4a631802ecab20f977528adf0a8ce423d36;hb=b20c029242be0736ebad66870076fbd0f46b2274;hp=c019e3bf59eba39d4e09dd47d97db7306a788624;hpb=8a4793dbe68ec2e28f0dbcc123f13339f57fac2b;p=live-boot-grml.git diff --git a/scripts/casper b/scripts/casper index c019e3b..dba4b4a 100644 --- a/scripts/casper +++ b/scripts/casper @@ -49,8 +49,8 @@ for x in $(cat /proc/cmdline); do export HIDECOW=1 ;; persistent) export PERSISTENT=1 ;; - staticip*) - STATICIP=${x#staticip=} + ip*) + STATICIP=${x#ip=} if [ "${STATICIP}" == "" ]; then STATICIP="frommedia" fi