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
d92c15d5e4
commit
e72204dd0f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ cryptsetup luksFormat --type luks2 /dev/sdX --integrity hmac-sha256 --sector-siz
|
|||
|
||||
We are setting a sane default of using hmac-sha256 for the integrity checking. Alternatively, if you have very weak hardware that would struggle with hmac-sha256, you can also use crc32c. However, this is non cryptographic and likely significantly weaker.
|
||||
|
||||
When pacstrapping the system make sure you add in the cryptsetup package to install LUKS and by extension dm-integrity. The following command is a minimal base install example of what that would look like:
|
||||
When pacstrapping the system, make sure you add in the cryptsetup package to install LUKS (and by extension, dm-integrity). The following command is a minimal base install example of what that would look like:
|
||||
|
||||
```bash
|
||||
pacstrap /mnt base linux linux-firmware sudo efibootmgr nano cryptsetup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue