Update all code blocks
This commit is contained in:
parent
5bd12c70c7
commit
1d67e73eff
14 changed files with 237 additions and 246 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
Upgrade from 8 to Stream.
|
||||
|
||||
```
|
||||
dnf install centos-release-stream && dnf update
|
||||
```console
|
||||
# dnf install centos-release-stream && dnf update
|
||||
```
|
||||
|
||||
Exclude path when unpacking package. Useful for unprivileged containers.
|
||||
|
||||
```console
|
||||
# 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
|
||||
```
|
||||
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…
Add table
Add a link
Reference in a new issue