summarylogtreecommitdiffstats
path: root/efi-key
blob: 3a19e025b8cf1b5e7a916d86b3028aadf212c9da (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -e

. /etc/pacman.d/hooks/efi-key.conf

mkdir -p "${efikey_dir}"
echo "To skip signing run \"touch ${skip_file}\""
while [ ! -b "${efikey}" -a ! -e "${skip_file}" ]; do sleep 5; done
if [ -e "${skip_file}" ]; then rm "${skip_file}"; fi