diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 17:01:11 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-02-27 17:01:11 +0100 |
commit | c29a59f92a4253cba17fa8a2e03106538307a8a0 (patch) | |
tree | ae848a466b5db4f7d029b457070654ae8828bc38 /RHEL73-efi.sh | |
parent | 4e9f5e18f0f62b55aca91acf7bf36b81c2356d31 (diff) | |
download | imagefish-c29a59f92a4253cba17fa8a2e03106538307a8a0.tar.gz |
rename efi to efi-grub2
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 a21fea2..cc04fe8 100755 --- a/RHEL73-efi.sh +++ b/RHEL73-efi.sh @@ -16,4 +16,4 @@ echo "###" set -ex rm -f "$tar" "$img" scripts/install-redhat.sh --config "$repo" --tar "$tar" --packages "$rpms" --yum -scripts/tar-to-image.sh --tar "$tar" --image "$img" --efi +scripts/tar-to-image.sh --tar "$tar" --image "$img" --efi-grub2 |