9
0
Fork 0

defaultenv: do not overwrite bootargs variable

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2010-10-21 14:55:54 +02:00
parent e9ff34657a
commit 94e30f2ee3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fi
if [ x$ip = xdhcp ]; then
bootargs="$bootargs ip=dhcp"
elif [ x$ip = xnone ]; then
bootargs="ip=none"
bootargs="$bootargs ip=none"
else
bootargs="$bootargs ip=$eth0.ipaddr::$eth0.gateway:$eth0.netmask:::"
fi