git: 9front

Download patch

ref: 174a0ddec18fca797cc8ae71db79d544188f7d0b
parent: 52267d1ed91e46fe8d850493d504c2d1badf848f
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Oct 31 16:59:35 EDT 2014

dist: generate efi bootable cd image

--- a/sys/lib/dist/mkfile
+++ b/sys/lib/dist/mkfile
@@ -12,5 +12,5 @@
 	bind -a adm/timezone /n/src9/adm/timezone
 	bind usr /n/src9/usr
 	bind /n/src9 /n/src9/dist/plan9front
-	disk/mk9660 -c9j -B 386/9bootiso -p $proto -s /n/src9 -v 'Plan 9 Front' $target
+	disk/mk9660 -c9j -B 386/9bootiso -E 386/efiboot.fat -p $proto -s /n/src9 -v 'Plan 9 Front' $target
 	}
--