Not having kernel-abi-stablelists causes e.g.
error: Failed build dependencies:
kernel-abi-whitelists is needed by zfs-kmod-2.1.5-1.el8.x86_64
when following the section on building kABI-tracking kmods.
fix indentation
GRUB 2.06 does not work with LUKS2
use separate file in /etc/profile.d
Use systemd-firstboot to configure locales, tz, etc
instructions for non-interactive system-firstboot
systemd-firstboot has bugs for setting root password
Signed-off-by: Maurice Zhou <ja@apvc.uk>
While adding python{,3}-packaging to the build requirements, I
suspected that the build instructions hadn't actually been tested
recently. So I checked, found problems, and corrected them.
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
If you do a `./autogen && ./configure --with-config=srpm && make dist` without having `git` installed, you will get a `ZFS_META_GITREV=unknown` value. To fix this, add `git` as a dependency.
The open-zfs.org host, Dreamhost, returns a page for https://open-zfs.org
(note, httpS://) which causes HTTPS Everywhere with the 'Encrypt All
Eligible Sites' option enabled to redirect http://open-zfs.org to
https://open-zfs.org, and therefore fail to redirect to openzfs.org.
Ideally a redirect would be implemented at Dreamhost for
httpS://open-zfs.org too, but presumably the links in the docs should
really be updated anyway.