[pve-devel] applied: [PATCH installer 2/2] efiboot: remove redundant call to zz-pve-efiboot
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jul 23 18:39:41 CEST 2019
On 7/23/19 2:52 PM, Fabian Grünbichler wrote:
> this is already done by 'pve-efiboot-tool init'
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
> ---
> proxinstall | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/proxinstall b/proxinstall
> index fee13b6..963152a 100755
> --- a/proxinstall
> +++ b/proxinstall
> @@ -1739,11 +1739,6 @@ _EOD
>
> syscmd("chroot $targetdir /usr/sbin/update-grub") == 0 ||
> die "unable to update boot loader config\n";
> -
> - if ($use_zfs && $boot_type eq 'efi') {
> - syscmd("chroot $targetdir /etc/kernel/postinst.d/zz-pve-efiboot") == 0 ||
> - die "unable to generate systemd-boot config\n";
> - }
> };
> push @$bootloader_err_list, $@ if $@;
>
>
applied, thanks!
More information about the pve-devel
mailing list