diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-05 19:38:55 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-06-05 19:39:14 +0200 |
commit | e1a3f0ab6c86814b5ff93e897e82b17722d3dff9 (patch) | |
tree | c750249788ab8a9c6f7e04e8e1b62f19b3cf110a /Fedora-efi-systemd.sh | |
parent | 4a90fb71a61051f81ba4fc7115d21c6873b5c081 (diff) | |
download | imagefish-e1a3f0ab6c86814b5ff93e897e82b17722d3dff9.tar.gz |
fedora 30: x86 tweaks
Diffstat (limited to 'Fedora-efi-systemd.sh')
-rwxr-xr-x | Fedora-efi-systemd.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Fedora-efi-systemd.sh b/Fedora-efi-systemd.sh index cbceed8..b739a90 100755 --- a/Fedora-efi-systemd.sh +++ b/Fedora-efi-systemd.sh @@ -17,7 +17,9 @@ img="${IMAGEFISH_DESTDIR-.}/${name}-${arch}.qcow2" echo "" echo "###" -echo "### $name" +echo "### $name ($arch)" +echo "###" +echo "### $rpms" echo "###" set -ex |