Browse Source

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

master
Harald Hoyer 13 years ago
parent
commit
61c4c83235
  1. 5
      modules.d/90livenet/parse-livenet.sh

5
modules.d/90livenet/parse-livenet.sh

@ -9,7 +9,10 @@
updates=$(getarg live.updates=) updates=$(getarg live.updates=)
if [ -n "$updates" ]; then if [ -n "$updates" ]; then
# make sure network comes up even if we're doing a local live device # 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 "$updates" > /tmp/liveupdates.info
echo '[ -e /tmp/liveupdates.done ]' > \ echo '[ -e /tmp/liveupdates.done ]' > \
$hookdir/initqueue/finished/liveupdates.sh $hookdir/initqueue/finished/liveupdates.sh

Loading…
Cancel
Save