aboutsummarylogtreecommitdiffstats
path: root/checkboot-efi.conf
blob: db96449c9bbb7cd031162cd9cd20f544c95dac6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# configuration file for checkboot-efi
# don't forget to refresh your initramfs and also create the checksums with:
# find /boot/efi/EFI/ -type f -iname '*.efi' -exec sha256sum {} \; > /etc/efi.sums

# PARTITION must point to your efi partition
PARTITION="/dev/md/md0p1"

# MOUNT_PATH must point to where your efi partition is mounted
MOUNT_PATH="/boot/efi"

# CHECKSUM_TOOL can be any of md5sum, sha1sum, sha256sum or sha512sum
CHECKSUM_TOOL="sha256sum"

# CHECKSUM_FILE is the file containing the known good checksums
CHECKSUM_FILE="/etc/efi.sums"