]> git.proxmox.com Git - pve-installer.git/commitdiff
efiboot: remove redundant call to zz-pve-efiboot
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 23 Jul 2019 12:52:47 +0000 (14:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Jul 2019 16:35:06 +0000 (18:35 +0200)
this is already done by 'pve-efiboot-tool init'

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
proxinstall

index fee13b6e0429971bbf84d8e6be73030f41647539..963152aaa8df5bcfed4a1ddbf742057a223905cc 100755 (executable)
@@ -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 $@;