update post url (adds aliases for now)
This commit is contained in:
parent
2042090c4d
commit
e20970cfaf
1 changed files with 7 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
+++
|
||||
# vim: ft=markdown
|
||||
title = 'Going back from OpenBSD-current'
|
||||
summary = '''Made from the road of me trying out OpenBSDs current branch. Something
|
||||
broke and I wasn't able to view images...'''
|
||||
title = 'Going back from OpenBSD-snapshot'
|
||||
aliases = [ '2023-07-29-going-back-from-openbsd-current' ]
|
||||
summary = '''Made from the road of me trying out OpenBSDs current branch...'''
|
||||
date = '2023-07-29T11:48:51+02:00'
|
||||
lastmod = '2023-07-29T18:15:30+0000'
|
||||
lastmod = '2023-08-06T20:33:45+0000'
|
||||
categories = [ 'computerstuff' ]
|
||||
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
|
||||
probably don't look back on current to soon.
|
||||
probably don't look at current to soon.
|
||||
|
||||
## Revert 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.
|
||||
|
||||
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
|
||||
|
||||
But we still run the -current kernel.
|
||||
But we still run the -snapshot kernel.
|
||||
|
||||
```console
|
||||
$ uname -a
|
Loading…
Reference in a new issue