From bcde5d7b560c14756abd4dee91c2e37fef4e63e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 23 Jul 2019 14:52:47 +0200 Subject: [PATCH] efiboot: remove redundant call to zz-pve-efiboot MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit this is already done by 'pve-efiboot-tool init' Signed-off-by: Fabian Grünbichler --- 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 $@; -- 2.39.2