committed by
George Melikov
parent
4a74c075b9
commit
4aa28d1d66
@@ -43,6 +43,8 @@ Preparation
|
||||
#. Install ZFS packages::
|
||||
|
||||
dnf install -y epel-release
|
||||
dnf config-manager --disable zfs
|
||||
dnf config-manager --enable zfs-kmod
|
||||
dnf install -y zfs
|
||||
|
||||
#. Load kernel modules::
|
||||
|
||||
@@ -244,6 +244,8 @@ System Installation
|
||||
${RHEL_ZFS_REPO} @core epel-release grub2-efi-x64 grub2-pc-modules \
|
||||
grub2-efi-x64-modules shim-x64 efibootmgr \
|
||||
kernel kernel-devel python3-dnf-plugin-post-transaction-actions
|
||||
dnf config-manager --installroot=/mnt --disable zfs
|
||||
dnf config-manager --installroot=/mnt --enable zfs-kmod
|
||||
dnf install --installroot=/mnt -y zfs zfs-dracut
|
||||
|
||||
#. Update zfs repo if a newer release is available::
|
||||
|
||||
@@ -94,10 +94,3 @@ System Configuration
|
||||
#. Set root password::
|
||||
|
||||
passwd
|
||||
|
||||
#. Build ZFS modules::
|
||||
|
||||
for directory in /lib/modules/*; do
|
||||
kernel_version=$(basename $directory)
|
||||
dkms autoinstall -k $kernel_version
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user