diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 17:43:37 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-06-29 17:43:37 +0200 |
commit | c878362f24064566562ad149a1e40d444b97d598 (patch) | |
tree | 1a84197fbc8c1da96566e217881395cb8909320e /RHEL73-efi.sh | |
parent | b72bf24f4aaa5f6ec14e668e013819b66e173080 (diff) | |
download | imagefish-c878362f24064566562ad149a1e40d444b97d598.tar.gz |
add efibootmgr
Diffstat (limited to 'RHEL73-efi.sh')
-rwxr-xr-x | RHEL73-efi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RHEL73-efi.sh b/RHEL73-efi.sh index 501ef32..960452f 100755 --- a/RHEL73-efi.sh +++ b/RHEL73-efi.sh @@ -2,7 +2,7 @@ name="rhel-73-efi" repo="repos/rhel-73.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" |