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.gruenbich...@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!


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to