diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-09-10 22:35:23 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2017-09-10 22:35:23 +0200 |
commit | be7f3fb5e44b3f282a26fa7c6dd50a08677ae069 (patch) | |
tree | 4b5a60eccf40827d6a615abdae1178efe7efb944 /rc/bin/inst | |
parent | 9af11534511370520f3fa03224ac5d367a97908d (diff) |
rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update documentation
there isnt much of a point in keep maintaining separate
kernel configurations for terminal and cpu kernels as
the role can be switched with service=cpu boot parameter.
to make stuff cosistent, we will just have one "pc" kernel
and one "pc64" kernel configuration now.
Diffstat (limited to 'rc/bin/inst')
-rwxr-xr-x | rc/bin/inst/bootsetup | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rc/bin/inst/bootsetup b/rc/bin/inst/bootsetup index e3f2a7cca..c08adc346 100755 --- a/rc/bin/inst/bootsetup +++ b/rc/bin/inst/bootsetup @@ -31,7 +31,7 @@ case go export 9fat if(! test -f /tmp/plan9.ini) { - bootfile=9pcf + bootfile=9pc @{ echo 'bootfile='^$bootfile echo 'bootargs=local!'^$fs' '$"fsflags @@ -82,7 +82,7 @@ case go logprog mount -c /srv/dos /n/9fat $9fat - logprog rm -f /n/9fat/^(9bootfat plan9.ini 9pcf) + logprog rm -f /n/9fat/^(9bootfat plan9.ini 9pc) logprog cp /n/newfs/386/9bootfat /n/9fat/9bootfat # make file continous on disk @@ -92,7 +92,7 @@ case go logprog cp /tmp/plan9.ini /n/9fat/plan9.ini # copy kernel - logprog cp /n/newfs/386/9pcf /n/9fat/9pcf + logprog cp /n/newfs/386/9pc /n/9fat/9pc # copy efi bootloader logprog mkdir -p /n/9fat/efi/boot |