mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Remove unnecessary kernel post-install hook for GRUB-based targets (#3672)
The code for this hook was removed in #3457 but it wasn't removed from the manifest. Remove it to avoid unnecessary execution of the hook.
This commit is contained in:
parent
9dfbdd9d12
commit
b9e66fbfd0
@ -19,8 +19,7 @@ hooks=install;
|
|||||||
|
|
||||||
[image.kernel]
|
[image.kernel]
|
||||||
filename=kernel.img
|
filename=kernel.img
|
||||||
{{- $bootloader := (env "BOOTLOADER") }}
|
{{- if eq (env "BOOTLOADER") "tryboot" }}
|
||||||
{{- if or (eq $bootloader "grub") (eq $bootloader "tryboot") }}
|
|
||||||
hooks=post-install;
|
hooks=post-install;
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user