inst: remove the cdboot parameter from plan9.ini

front
cinap_lenrek 2012-07-04 01:32:49 +02:00
parent 59b16cb441
commit 7de41e2435
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ case go
echo -n $"i'='
cat $i
echo
} | grep -v '(apm0|e820|bootfile|bootargs|nvram|mouseport|monitor|vgasize)'
} | grep -v '(apm0|e820|bootfile|bootargs|nvram|mouseport|monitor|vgasize|cdboot)'
} >/tmp/plan9.ini
}