From 388323c9c8d6bd5dadc1e1a74449593266894aab Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 5 Jun 2019 21:55:58 +0200 Subject: drop efibootmgr --- RHEL7-efi.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'RHEL7-efi.sh') diff --git a/RHEL7-efi.sh b/RHEL7-efi.sh index 0d41b01..416b890 100755 --- a/RHEL7-efi.sh +++ b/RHEL7-efi.sh @@ -3,7 +3,7 @@ vers="$1" name="rhel-${vers}-efi" repo="/mort/mirror/rhel/repo/el7/spunk-RHEL-${vers}-Server.repo" -rpms="grub2-efi shim efibootmgr -dracut-config-rescue dracut-config-generic" +rpms="grub2-efi shim -dracut-config-rescue dracut-config-generic" arch="$(uname -m)" tar="${IMAGEFISH_DESTDIR-.}/${name}-${arch}.tar.gz" @@ -11,7 +11,9 @@ img="${IMAGEFISH_DESTDIR-.}/${name}-${arch}.qcow2" echo "" echo "###" -echo "### $name" +echo "### $name ($arch)" +echo "###" +echo "### $rpms" echo "###" set -ex -- cgit