diff options
Diffstat (limited to 'Fedora-efi-systemd.sh')
-rwxr-xr-x | Fedora-efi-systemd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Fedora-efi-systemd.sh b/Fedora-efi-systemd.sh index 92c31b8..16b6ca8 100755 --- a/Fedora-efi-systemd.sh +++ b/Fedora-efi-systemd.sh @@ -1,8 +1,8 @@ #!/bin/sh -vers="${1-30}" +source Fedora-setup.sh + name="fedora-${vers}-efi-systemd" -repo="repos/fedora-${vers}-$(sh basearch.sh).repo" rpms="-grubby -dracut-config-rescue dracut-config-generic" rpms_i686="grub2-pc" |