mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-12-21 03:05:26 -05:00
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:
parent
7ef2ba00e6
commit
058999f739
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue