From 95acf4091973db996d1199e55f0437a57fefded0 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 21 Sep 2013 10:07:07 +0200 Subject: [PATCH] remove uefi_common from gummiboot and refind --- usr/share/archboot/installer/setup | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index f59fbd5da..6666baa72 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -3535,8 +3535,6 @@ do_efistub_uefi() { do_gummiboot_uefi() { - do_uefi_common - DIALOG --msgbox "Setting up Gummiboot now ..." 0 0 if [[ ! -f "${DESTDIR}/usr/bin/gummiboot" ]]; then @@ -3600,8 +3598,6 @@ GUMEOF do_refind_uefi() { - do_uefi_common - DIALOG --msgbox "Setting up rEFInd now ..." 0 0 if [[ ! -f "${DESTDIR}/usr/bin/refind-install" ]]; then