aboutsummaryrefslogtreecommitdiffstats
path: root/CentOS7-efi.sh
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-06-29 17:43:37 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-06-29 17:43:37 +0200
commitc878362f24064566562ad149a1e40d444b97d598 (patch)
tree1a84197fbc8c1da96566e217881395cb8909320e /CentOS7-efi.sh
parentb72bf24f4aaa5f6ec14e668e013819b66e173080 (diff)
downloadimagefish-c878362f24064566562ad149a1e40d444b97d598.tar.gz
add efibootmgr
Diffstat (limited to 'CentOS7-efi.sh')
-rwxr-xr-xCentOS7-efi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/CentOS7-efi.sh b/CentOS7-efi.sh
index cdb47ec..59af667 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 -dracut-config-rescue dracut-config-generic"
+rpms="grub2-efi shim efibootmgr -dracut-config-rescue dracut-config-generic"
arch="$(uname -m)"
tar="${IMAGEFISH_DESTDIR-.}/${name}-${arch}.tar.gz"