From 058999f73909ad5e2a93d280bb22dd9cb437d4e6 Mon Sep 17 00:00:00 2001 From: Purpleseaotter Date: Wed, 17 Dec 2025 10:35:11 +0100 Subject: [PATCH] Update content/posts/linux/Setting up DM-Integrity/index.md Co-authored-by: Ganwtrs Signed-off-by: Purpleseaotter --- content/posts/linux/Setting up DM-Integrity/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/linux/Setting up DM-Integrity/index.md b/content/posts/linux/Setting up DM-Integrity/index.md index b5fe177..047123d 100644 --- a/content/posts/linux/Setting up DM-Integrity/index.md +++ b/content/posts/linux/Setting up DM-Integrity/index.md @@ -49,7 +49,7 @@ For Debian I the steps are the same, apart from the fact you specifically need t debootstrap --variant=minbase stable /mnt/debian-minbase http://deb.debian.org/debian/ ``` -If you want to install Fedora you will also have to bootstrap the system manually using `dnf`. You will have to load the module in the initramfs in `/etc/dracut.conf.d/dm-integrity.conf` and add `add_drivers+=" dm-integrity "`. An example for the DNF command would be: +If you want to install Fedora, you will also have to bootstrap the system manually using `dnf`. You will have to load the module in the initramfs in `/etc/dracut.conf.d/dm-integrity.conf` and add `add_drivers+=" dm-integrity "`. An example for the DNF command would be: ```bash dnf --releasever=41 --installroot=/mnt/fedora groupinstall core