refactor(os): Phrasing (#19)

This commit is contained in:
hygienic-books 2023-11-11 04:26:11 +01:00
parent 5f6a5bfdac
commit 8ed5849596

View File

@ -111,7 +111,7 @@ Known options are as follows.
### Kernel downgrade ### Kernel downgrade
By default we install newest `linux` and `linux-headers` packages into a `chroot`. Once we're in that `chroot` we then install newest [AUR zfs-dkms package](https://aur.archlinux.org/packages/zfs-dkms). You may want to override `linux` and `linux-headers` versions we're installing to ensure you end up with a compatible mix between them and `zfs-dkms`. By default we install newest `linux` and `linux-headers` packages into a `chroot`. Once we're in that `chroot` we then install newest [AUR zfs-dkms package](https://aur.archlinux.org/packages/zfs-dkms). You may want to override `linux` and `linux-headers` versions to ensure you end up with a compatible mix between them and `zfs-dkms`.
For example: For example:
``` ```