Skip to content
Merged
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
8 changes: 4 additions & 4 deletions docs/Getting Started/RHEL-based distro/Root on ZFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ System Configuration
echo 'filesystems+=" virtio_blk "' >> /etc/dracut.conf.d/zfs.conf
fi

#. Generate host id::

zgenhostid -f -o /etc/hostid

#. Build initrd::

find -D exec /lib/modules -maxdepth 1 \
Expand All @@ -425,10 +429,6 @@ System Configuration

fixfiles -F onboot

#. Generate host id::

zgenhostid -f -o /etc/hostid

#. Install locale package, example for English locale::

dnf install -y glibc-minimal-langpack glibc-langpack-en
Expand Down
Loading