aboutsummaryrefslogtreecommitdiffstats
path: root/CentOS7-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 /CentOS7-efi.sh
parente1a3f0ab6c86814b5ff93e897e82b17722d3dff9 (diff)
downloadimagefish-388323c9c8d6bd5dadc1e1a74449593266894aab.tar.gz
drop efibootmgr
Diffstat (limited to 'CentOS7-efi.sh')
-rwxr-xr-xCentOS7-efi.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/CentOS7-efi.sh b/CentOS7-efi.sh
index 59af667..f4d1c6d 100755
--- a/CentOS7-efi.sh
+++ b/CentOS7-efi.sh
@@ -2,7 +2,7 @@
name="centos-7-efi"
repo="repos/centos-7.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"
@@ -10,7 +10,9 @@ img="${IMAGEFISH_DESTDIR-.}/${name}-${arch}.qcow2"
echo ""
echo "###"
-echo "### $name"
+echo "### $name ($arch)"
+echo "###"
+echo "### $rpms"
echo "###"
set -ex