shithub: riscv

Download patch

ref: 7de41e24355af5fe2cdb0c148b236ae67244cc39
parent: 59b16cb441e8eeadab6168aacce6285dd221b6cb
author: cinap_lenrek <[email protected]>
date: Tue Jul 3 21:32:49 EDT 2012

inst: remove the cdboot parameter from plan9.ini

--- a/rc/bin/inst/bootsetup
+++ b/rc/bin/inst/bootsetup
@@ -48,7 +48,7 @@
 				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
 	}