git: 9front

Download patch

ref: 8c04d0cca85c15526501c1f5d26eb50b853ac155
parent: ba91abba1f8ce3746bb9aa7a92298e518a7fe75d
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Fri Nov 4 18:40:19 EDT 2011

use /386/9pcf in test.iso target

--- a/sys/src/boot/pc/mkfile
+++ b/sys/src/boot/pc/mkfile
@@ -58,7 +58,7 @@
 	cp 9bootiso tmp/386
 	cp /386/9pcf tmp/386
 	mkdir tmp/cfg
-	echo 'bootfile=/386/9pccd' >tmp/cfg/plan9.ini
+	echo 'bootfile=/386/9pcf' >tmp/cfg/plan9.ini
 	disk/mk9660 -B 386/9bootiso -p /sys/lib/sysconfig/proto/allproto -s tmp $target
 	rm -fr tmp
 
--