[pve-devel] [PATCH installer 2/2] efiboot: remove redundant call to zz-pve-efiboot
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Jul 23 14:52:47 CEST 2019
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 $@;
--
2.20.1
More information about the pve-devel
mailing list