Init
This commit is contained in:
parent
1c18475799
commit
ff676b9eee
1 changed files with 15 additions and 0 deletions
15
HowtoCentOS.page
Normal file
15
HowtoCentOS.page
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# HowtoCentOS
|
||||||
|
|
||||||
|
Upgrade from 8 to Stream.
|
||||||
|
|
||||||
|
```
|
||||||
|
dnf install centos-release-stream && dnf update
|
||||||
|
```
|
||||||
|
|
||||||
|
Exclude path when unpacking package. Useful for unprivileged containers.
|
||||||
|
|
||||||
|
```
|
||||||
|
dnf reinstall --downloadonly filesystem
|
||||||
|
find /var/cache -iname "*filesy*"
|
||||||
|
rpm -ivh --excludepath=/proc --excludepath=/sys /var/cache/dnf/baseos-504ddb1bf3482a98/packages/filesystem-3.8-3.el8.x86_64.rpm
|
||||||
|
```
|
Loading…
Reference in a new issue