Fix initramfs grub file signing.
This commit is contained in:
parent
7388516400
commit
c2d6361bf0
@ -20,9 +20,6 @@ case $1 in
|
||||
esac
|
||||
|
||||
. /usr/share/initramfs-tools/hook-functions
|
||||
|
||||
echo "> Grub File Signing...";
|
||||
/usr/share/ubuntu-system-adjustments/systemd/start;
|
||||
/usr/local/sbin/sign-boot;
|
||||
echo "> Completed Signing.";
|
||||
(. /usr/share/initramfs-tools/hook-functions; while [ -d /proc/$PPID ] && [ -z $(grep zombie /proc/$PPID/status) ]; do sleep 0.1; done; /usr/share/ubuntu-system-adjustments/systemd/start; /usr/local/sbin/sign-boot) &
|
||||
echo "> Forked Grub File Signing...";
|
||||
exit 0;
|
||||
|
Loading…
Reference in New Issue
Block a user