summaryrefslogtreecommitdiff
path: root/scripts/casper
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/casper')
-rw-r--r--scripts/casper4
1 files changed, 2 insertions, 2 deletions
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