Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/books/incus_server/01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If there were kernel updates during the upgrade process, reboot the server.
Install the OpenZFS repository with:

```bash
dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm
dnf install https://zfsonlinux.org/epel/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm
```

## Install `dkms`, `vim`, and `kernel-devel`
Expand Down
4 changes: 2 additions & 2 deletions docs/books/lxd_server/01-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ dnf upgrade

If there were any kernel updates during the upgrade process, reboot the server.

### OpenZFS repository for 8 and 9
### OpenZFS repository

Install the OpenZFS repository with:

```bash
dnf install https://zfsonlinux.org/epel/zfs-release-2-2$(rpm --eval "%{dist}").noarch.rpm
dnf install https://zfsonlinux.org/epel/zfs-release-2-8$(rpm --eval "%{dist}").noarch.rpm
```

## Install `snapd`, `dkms`, `vim`, and `kernel-devel`
Expand Down