Update content/posts/linux/Setting up DM-Integrity/index.md

Co-authored-by: Ganwtrs <morga.nwinters-99@aliasvault.net>
Signed-off-by: Purpleseaotter <github.bronco733@passinbox.com>
This commit is contained in:
Purpleseaotter 2025-12-17 10:35:11 +01:00 committed by GitHub
parent 7ef2ba00e6
commit 058999f739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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