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 /CentOS7-efi.sh | |
parent | b72bf24f4aaa5f6ec14e668e013819b66e173080 (diff) | |
download | imagefish-c878362f24064566562ad149a1e40d444b97d598.tar.gz |
add efibootmgr
Diffstat (limited to 'CentOS7-efi.sh')
-rwxr-xr-x | CentOS7-efi.sh | 2 |
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" |