shithub: riscv

Download patch

ref: d91fe5b38b0dcc8673427282e5b83ebca6d06fd3
parent: bcc65db171bea6617ab7872342d543e50b09ca63
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Oct 19 17:17:08 EDT 2014

inst: ignore *bootscreen= variable when generating plan9.ini

--- a/rc/bin/inst/bootsetup
+++ b/rc/bin/inst/bootsetup
@@ -45,7 +45,7 @@
 				echo -n $"i'='
 				cat $i
 				echo
-			} | grep -v '(apm0|e820|bootfile|bootargs|nvram|mouseport|monitor|vgasize|cdboot)'
+			} | grep -v '(apm0|e820|bootfile|bootargs|bootscreen|nvram|mouseport|monitor|vgasize|cdboot)'
 		} >/tmp/plan9.ini
 	}