git: 9front

Download patch

ref: 6332062526619eb50b668bbc0a615a07e53371fe
parent: 7e0a1d634adc81dc5ff6423aad2e88d0fc80efe6
author: cinap_lenrek <cinap_lenrek@gmx.de>
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
 	}
 
--