|
|
@ -1,10 +1,10 @@
|
|
|
|
+++
|
|
|
|
+++
|
|
|
|
# vim: ft=markdown
|
|
|
|
# vim: ft=markdown
|
|
|
|
title = 'Going back from OpenBSD-current'
|
|
|
|
title = 'Going back from OpenBSD-snapshot'
|
|
|
|
summary = '''Made from the road of me trying out OpenBSDs current branch. Something
|
|
|
|
aliases = [ '2023-07-29-going-back-from-openbsd-current' ]
|
|
|
|
broke and I wasn't able to view images...'''
|
|
|
|
summary = '''Made from the road of me trying out OpenBSDs current branch...'''
|
|
|
|
date = '2023-07-29T11:48:51+02:00'
|
|
|
|
date = '2023-07-29T11:48:51+02:00'
|
|
|
|
lastmod = '2023-07-29T18:15:30+0000'
|
|
|
|
lastmod = '2023-08-06T20:33:45+0000'
|
|
|
|
categories = [ 'computerstuff' ]
|
|
|
|
categories = [ 'computerstuff' ]
|
|
|
|
tags = [ 'openbsd' ]
|
|
|
|
tags = [ 'openbsd' ]
|
|
|
|
|
|
|
|
|
|
|
@ -171,12 +171,12 @@ Update candidates: dbus-1.14.6p0v0 -> dbus-1.14.8v0
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
At this point I spent a few hours looking for a solution---I haven't found one yet. I will
|
|
|
|
At this point I spent a few hours looking for a solution---I haven't found one yet. I will
|
|
|
|
probably don't look back on current to soon.
|
|
|
|
probably don't look at current to soon.
|
|
|
|
|
|
|
|
|
|
|
|
## Revert back to -release
|
|
|
|
## Revert back to -release
|
|
|
|
|
|
|
|
|
|
|
|
Nonetheless, I could not fix this and I wanted to revert my system back to -release.
|
|
|
|
Nonetheless, I could not fix this and I wanted to revert my system back to -release.
|
|
|
|
There is no command to downgrade from -current back to -release so we have to re-install the
|
|
|
|
There is no command to downgrade from -snapshot back to -release so we have to re-install the
|
|
|
|
base files of the last -release.
|
|
|
|
base files of the last -release.
|
|
|
|
|
|
|
|
|
|
|
|
Boot the `bsd.rd` kernel which will boot up to this prompt:
|
|
|
|
Boot the `bsd.rd` kernel which will boot up to this prompt:
|
|
|
@ -268,7 +268,7 @@ screen output looks generally like that...
|
|
|
|
|
|
|
|
|
|
|
|
## Back on release
|
|
|
|
## Back on release
|
|
|
|
|
|
|
|
|
|
|
|
But we still run the -current kernel.
|
|
|
|
But we still run the -snapshot kernel.
|
|
|
|
|
|
|
|
|
|
|
|
```console
|
|
|
|
```console
|
|
|
|
$ uname -a
|
|
|
|
$ uname -a
|