aboutsummaryrefslogtreecommitdiffstats
path: root/RHEL8-efi.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-06-05 21:55:58 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-06-05 21:55:58 +0200
commit388323c9c8d6bd5dadc1e1a74449593266894aab (patch)
tree371169e2adbdca7dd5b2d847775f709cdea7ccee /RHEL8-efi.sh
parente1a3f0ab6c86814b5ff93e897e82b17722d3dff9 (diff)
downloadimagefish-388323c9c8d6bd5dadc1e1a74449593266894aab.tar.gz
drop efibootmgr
Diffstat (limited to 'RHEL8-efi.sh')
-rwxr-xr-xRHEL8-efi.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/RHEL8-efi.sh b/RHEL8-efi.sh
index 45daec7..f75d9c5 100755
--- a/RHEL8-efi.sh
+++ b/RHEL8-efi.sh
@@ -3,7 +3,7 @@
vers="$1"
name="rhel-${vers}-efi"
repo="/mort/mirror/rhel/repo/el8/spunk-RHEL-${vers}-BaseOS.repo"
-rpms="grub2-efi grub2-pc shim efibootmgr -grubby -dracut-config-rescue dracut-config-generic"
+rpms="grub2-efi grub2-pc shim -grubby -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