summarylogtreecommitdiffstats
path: root/efi-key.conf
blob: 366f275451c969dbe6fdda1cb11e32ddee4d561f (plain)
1
2
3
4
5
6
7
#efikey=/dev/disk/by-uuid/11111111-2222-3333-4444-555555555555
if [ -z "${efikey}" ]; then
    echo "please configure the efikey in $( cd "$( dirname "${BASH_SOURCE[0]}"  )" &> /dev/null && pwd)" && exit 1
fi
efikey_opt="-o subvol=efikeys"
efikey_dir=/dev/shm/efikeys
skip_file=${efikey_dir}/skip-boot-signing