diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-03-15 19:13:27 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-03-15 19:13:27 +0100 |
commit | 0c9a1e665368101371c4dc32c6bebbc879baa8b3 (patch) | |
tree | d7cb33a4f6448778f534c62131cc1af5e1f64271 | |
parent | 55ea9a80b19c24851131d8f78d163b3e20920049 (diff) | |
download | plan9front-0c9a1e665368101371c4dc32c6bebbc879baa8b3.tar.xz |
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.
-rwxr-xr-x | rc/bin/inst/bootsetup | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index 72f5417b2..099c00a38 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -82,7 +82,7 @@ case go 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 @@ case go 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) |