|
|
@ -3,19 +3,10 @@
|
|
|
|
title = 'OpenBSD-current'
|
|
|
|
title = 'OpenBSD-current'
|
|
|
|
summary = 'Keeping up to date with OpenBSD-current. Some quick notes.'
|
|
|
|
summary = 'Keeping up to date with OpenBSD-current. Some quick notes.'
|
|
|
|
date = '2023-08-11T19:47:56+0000'
|
|
|
|
date = '2023-08-11T19:47:56+0000'
|
|
|
|
lastmod = '2023-08-20T08:13:37+0000'
|
|
|
|
lastmod = '2023-08-26T17:14:29+0000'
|
|
|
|
categories = [ 'computerstuff' ]
|
|
|
|
categories = [ 'computerstuff' ]
|
|
|
|
tags = [ 'openbsd' ]
|
|
|
|
tags = [ 'openbsd' ]
|
|
|
|
|
|
|
|
|
|
|
|
# showBreadcrumbs = true
|
|
|
|
|
|
|
|
# showDate = false
|
|
|
|
|
|
|
|
# showReadingTime = false
|
|
|
|
|
|
|
|
# showWordCount = false
|
|
|
|
|
|
|
|
# showPagination = false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# feed_exclude = true
|
|
|
|
|
|
|
|
# site_exclude = true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
draft = true
|
|
|
|
draft = true
|
|
|
|
|
|
|
|
|
|
|
|
+++
|
|
|
|
+++
|
|
|
@ -50,6 +41,10 @@ The user is member of **wsrc**.
|
|
|
|
```console
|
|
|
|
```console
|
|
|
|
$ cd /usr/src
|
|
|
|
$ cd /usr/src
|
|
|
|
$ cvs -q up -Pd -A
|
|
|
|
$ 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
|
|
|
|
Initially we fetched the source with
|
|
|
@ -70,10 +65,11 @@ $ doas make config
|
|
|
|
$ doas make && doas make install
|
|
|
|
$ doas make && doas make install
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Is this really needed done as root (except install)?
|
|
|
|
The current kernel gets copied to `/obsd` and the new kernel gets
|
|
|
|
Current kernel gets copied to /obsd and new kernel is /bsd.
|
|
|
|
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
|
|
|
|
## Build base system
|
|
|
|
|
|
|
|
|
|
|
|