Skip to content

Commit 6618d12

Browse files
authored
Update Root on ZFS.rst
Update instructions to include proper dracut.conf.d/zfs.conf file. It was listed as fs.conf instead
1 parent ff09c5e commit 6618d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Getting Started/RHEL-based distro/Root on ZFS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ System Configuration
408408
echo 'force_drivers+=" mpt3sas "' >> /etc/dracut.conf.d/zfs.conf
409409
fi
410410
if grep virtio_blk /proc/modules; then
411-
echo 'filesystems+=" virtio_blk "' >> /etc/dracut.conf.d/fs.conf
411+
echo 'filesystems+=" virtio_blk "' >> /etc/dracut.conf.d/zfs.conf
412412
fi
413413

414414
#. Build initrd::

0 commit comments

Comments
 (0)