git: 9front

Download patch

ref: e25702623d4d1d6d076b398d8477dc943e0804fd
parent: f88bb8f72cff4390500d6382c5d51c1555168144
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Mar 15 15:13:27 EDT 2014

inst/bootsetup: do not copy 9pccpuf kernel to 9fat

theres no cpuserver install anymore and pc kernels can
assume cpu role with service=cpu boot parameter.

--- a/rc/bin/inst/bootsetup
+++ b/rc/bin/inst/bootsetup
@@ -82,7 +82,7 @@
 
 	logprog mount -c /srv/dos /n/9fat $9fat
 
-	logprog rm -f /n/9fat/^(9bootfat plan9.ini 9pcf 9pccpuf)
+	logprog rm -f /n/9fat/^(9bootfat plan9.ini 9pcf)
 
 	logprog cp /n/newfs/386/9bootfat /n/9fat/9bootfat
 	# make file continous on disk
@@ -90,7 +90,6 @@
 
 	logprog cp /tmp/plan9.ini /n/9fat/plan9.ini
 	logprog cp /n/newfs/386/9pcf /n/9fat/9pcf
-	logprog cp /n/newfs/386/9pccpuf /n/9fat/9pccpuf
 
 	# copy in backups
 	if(test -f /tmp/oldplan9.ini)
--