How To Install stratisd-dracut on Fedora 36
Introduction
In this tutorial we learn how to install stratisd-dracut
on Fedora 36.
What is stratisd-dracut
This package contains dracut modules to be used with stratisd to enable using Stratis filesystems as the root filesystem for a Linux install.
We can use yum
or dnf
to install stratisd-dracut
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install stratisd-dracut.
Install stratisd-dracut on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install stratisd-dracut
using dnf
by running the following command:
sudo dnf -y install stratisd-dracut
Install stratisd-dracut on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install stratisd-dracut
using yum
by running the following command:
sudo yum -y install stratisd-dracut
How To Uninstall stratisd-dracut on Fedora 36
To uninstall only the stratisd-dracut
package we can use the following command:
sudo dnf remove stratisd-dracut
stratisd-dracut Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6c/7f9cbd68628fa515362f8021655e1e5c1246f2.5
/usr/lib/.build-id/6c/7f9cbd68628fa515362f8021655e1e5c1246f2.6
/usr/lib/dracut/modules.d/90stratis-clevis/module-setup.sh
/usr/lib/dracut/modules.d/90stratis-clevis/stratis-clevis-rootfs-setup
/usr/lib/dracut/modules.d/90stratis/61-stratisd.rules
/usr/lib/dracut/modules.d/90stratis/module-setup.sh
/usr/lib/dracut/modules.d/90stratis/stratis-rootfs-setup
/usr/lib/dracut/modules.d/90stratis/stratisd-min.service
/usr/lib/systemd/system-generators/stratis-clevis-setup-generator
/usr/lib/systemd/system-generators/stratis-setup-generator
/usr/share/licenses/stratisd-dracut
/usr/share/licenses/stratisd-dracut/LICENSE
References
Summary
In this tutorial we learn how to install stratisd-dracut
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).