This commit is contained in:
Patrick Schleizer 2022-06-29 09:38:18 -04:00
parent 6f19af1542
commit 29253004b6
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48
2 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,7 @@
### Make sure sdmem is part of the initramfs
sudo apt-get install secure-delete
### Make sure sdmem and dmsetup is part of the initramfs
sudo apt update
sudo apt --no-install-recommends install secure-delete dmsetup
sudo dracut --include /usr/bin/sdmem /bin/sdmem --force

View File

@ -1,6 +1,7 @@
#!/bin/bash
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh
check() {
return 0
}
@ -16,4 +17,3 @@ inst_hook shutdown 40 "$moddir/wipe.sh"
installkernel() {
return 0
}