Fix initramfs grub file signing.
This commit is contained in:
parent
7388516400
commit
c2d6361bf0
@ -20,9 +20,6 @@ case $1 in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
. /usr/share/initramfs-tools/hook-functions
|
. /usr/share/initramfs-tools/hook-functions
|
||||||
|
(. /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 "> Grub File Signing...";
|
echo "> Forked Grub File Signing...";
|
||||||
/usr/share/ubuntu-system-adjustments/systemd/start;
|
|
||||||
/usr/local/sbin/sign-boot;
|
|
||||||
echo "> Completed Signing.";
|
|
||||||
exit 0;
|
exit 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user