diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-07-07 11:29:39 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-07-07 11:29:39 +0200 |
commit | 40f15fbcbe279549d31a1ef7a01e8695420ef615 (patch) | |
tree | afb879a44b0f1b38a794445ecfec4618f0ea03a0 /Fedora-efi-systemd.sh | |
parent | bccde781fb0252fe45fe5e41b31b62d297c16668 (diff) | |
download | imagefish-40f15fbcbe279549d31a1ef7a01e8695420ef615.tar.gz |
rework fedora repos
Diffstat (limited to 'Fedora-efi-systemd.sh')
-rwxr-xr-x | Fedora-efi-systemd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Fedora-efi-systemd.sh b/Fedora-efi-systemd.sh index c48375c..828eba8 100755 --- a/Fedora-efi-systemd.sh +++ b/Fedora-efi-systemd.sh @@ -2,7 +2,7 @@ vers="${1-25}" name="fedora-${vers}-efi-systemd" -repo="repos/fedora-${vers}.repo" +repo="repos/fedora-${vers}-$(sh basearch.sh).repo" rpms="efibootmgr -grubby -dracut-config-rescue dracut-config-generic" arch="$(uname -m)" |