diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-05 21:55:58 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-05 21:55:58 +0200 |
commit | 388323c9c8d6bd5dadc1e1a74449593266894aab (patch) | |
tree | 371169e2adbdca7dd5b2d847775f709cdea7ccee /CentOS7-efi.sh | |
parent | e1a3f0ab6c86814b5ff93e897e82b17722d3dff9 (diff) | |
download | imagefish-388323c9c8d6bd5dadc1e1a74449593266894aab.tar.gz |
drop efibootmgr
Diffstat (limited to 'CentOS7-efi.sh')
-rwxr-xr-x | CentOS7-efi.sh | 6 |
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 |