update draft post
This commit is contained in:
parent
f820d67f72
commit
2f7c7d53b6
1 changed files with 9 additions and 13 deletions
|
@ -3,19 +3,10 @@
|
|||
title = 'OpenBSD-current'
|
||||
summary = 'Keeping up to date with OpenBSD-current. Some quick notes.'
|
||||
date = '2023-08-11T19:47:56+0000'
|
||||
lastmod = '2023-08-20T08:13:37+0000'
|
||||
lastmod = '2023-08-26T17:14:29+0000'
|
||||
categories = [ 'computerstuff' ]
|
||||
tags = [ 'openbsd' ]
|
||||
|
||||
# showBreadcrumbs = true
|
||||
# showDate = false
|
||||
# showReadingTime = false
|
||||
# showWordCount = false
|
||||
# showPagination = false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
|
||||
draft = true
|
||||
|
||||
+++
|
||||
|
@ -50,6 +41,10 @@ The user is member of **wsrc**.
|
|||
```console
|
||||
$ cd /usr/src
|
||||
$ cvs -q up -Pd -A
|
||||
$ cd /usr/xenocara
|
||||
$ cvs -q up -Pd -A
|
||||
$ cd /usr/ports
|
||||
$ cvs -q up -Pd -A
|
||||
```
|
||||
|
||||
Initially we fetched the source with
|
||||
|
@ -70,10 +65,11 @@ $ doas make config
|
|||
$ doas make && doas make install
|
||||
```
|
||||
|
||||
Is this really needed done as root (except install)?
|
||||
Current kernel gets copied to /obsd and new kernel is /bsd.
|
||||
The current kernel gets copied to `/obsd` and the new kernel gets
|
||||
installed as `/bsd`. On multi-processor machines `/bsd` is actually
|
||||
`/bsd.mp` and the single processor kernel gets renamed to `/bsd.sp`.
|
||||
|
||||
Reboot with the new kernel.
|
||||
Reboot the machine to use the new kernel.
|
||||
|
||||
## Build base system
|
||||
|
||||
|
|
Loading…
Reference in a new issue