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 /sys/lib/dist | |
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 'sys/lib/dist')
-rw-r--r-- | sys/lib/dist/cfg/plan9.ini | 2 | ||||
-rw-r--r-- | sys/lib/dist/ndb/local.complicated | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/dist/cfg/plan9.ini b/sys/lib/dist/cfg/plan9.ini index bd7784262..00a68948c 100644 --- a/sys/lib/dist/cfg/plan9.ini +++ b/sys/lib/dist/cfg/plan9.ini @@ -3,4 +3,4 @@ cdboot=yes mouseport=ask monitor=ask vgasize=ask -bootfile=/386/9pcf +bootfile=/386/9pc diff --git a/sys/lib/dist/ndb/local.complicated b/sys/lib/dist/ndb/local.complicated index a85255873..b5a4fa6a1 100644 --- a/sys/lib/dist/ndb/local.complicated +++ b/sys/lib/dist/ndb/local.complicated @@ -100,11 +100,11 @@ ipnet=mysubnetwork ip=10.0.1.0 ipmask=255.255.255.0 # ip=10.0.1.10 ether=0010dc724074 sys=fs dom=myfileserver.myuniversity.edu - bootf=/386/9pcfs + bootf=/386/9pc ip=10.0.1.11 ether=0010dc724075 sys=auth dom=myauthserver.myuniversity.edu - bootf=/386/9pccpu + bootf=/386/9pc ip=10.0.1.12 ether=0010dc724076 sys=term dom=myterminal.myuniversity.edu |