90livenet/parse-livenet.sh: unset CMDLINE, after adding parameters

This commit is contained in:
Harald Hoyer 2012-03-29 11:40:16 +02:00
parent 85f8bb16b2
commit 61c4c83235

View File

@ -9,7 +9,10 @@
updates=$(getarg live.updates=)
if [ -n "$updates" ]; then
# make sure network comes up even if we're doing a local live device
[ -z "$netroot" ] && echo "rd.neednet=1" > /etc/cmdline.d/90livenet.conf
if [ -z "$netroot" ]; then
echo "rd.neednet=1" > /etc/cmdline.d/90livenet.conf
unset CMDLINE
fi
echo "$updates" > /tmp/liveupdates.info
echo '[ -e /tmp/liveupdates.done ]' > \
$hookdir/initqueue/finished/liveupdates.sh