diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-04 01:32:49 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-04 01:32:49 +0200 |
commit | 7de41e24355af5fe2cdb0c148b236ae67244cc39 (patch) | |
tree | d2ea86203a49f191c556c28febcccbfd5ea6d120 /rc/bin/inst/bootsetup | |
parent | 59b16cb441e8eeadab6168aacce6285dd221b6cb (diff) |
inst: remove the cdboot parameter from plan9.ini
Diffstat (limited to 'rc/bin/inst/bootsetup')
-rwxr-xr-x | rc/bin/inst/bootsetup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index a1a432576..190d69ec7 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -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 } |