git: 9front

Download patch

ref: e3930c1d03ed8f9df7e2c80074d904ea4cbe21f6
parent: ef677e532977b7824eff8657c7f2836f6aa8c462
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Nov 5 16:38:28 EST 2014

inst: copy efi bootloader in bootsetup

--- a/rc/bin/inst/bootsetup
+++ b/rc/bin/inst/bootsetup
@@ -88,8 +88,15 @@
 	# make file continous on disk
 	logprog chmod +al /n/9fat/9bootfat
 
+	# copy config
 	logprog cp /tmp/plan9.ini /n/9fat/plan9.ini
+
+	# copy kernel
 	logprog cp /n/newfs/386/9pcf /n/9fat/9pcf
+
+	# copy efi bootloader
+	logprog mkdir -p /n/9fat/efi/boot
+	logprog cp /386/^(bootia32.efi bootx64.efi) /n/9fat/efi/boot
 
 	# copy in backups
 	if(test -f /tmp/oldplan9.ini)
--