Project 'ximper/installer-distro-ximper' was moved to 'ximperlinux/installer-distro-ximper'. Please update any links and bookmarks that may still have the old path.
Commit 833fbb20 authored by Mikhail Efremov's avatar Mikhail Efremov

stage3: Only require alterator-grub for arches that have grub

parent cf8281e6
...@@ -41,7 +41,10 @@ License: GPL-2.0+ ...@@ -41,7 +41,10 @@ License: GPL-2.0+
Group: System/Configuration/Other Group: System/Configuration/Other
#Requires: installer-stage3 #Requires: installer-stage3
# modules # modules
# Only require alterator-grub for arches that have grub.
%ifarch %ix86 x86_64 aarch64 ppc64le
Requires: alterator-grub Requires: alterator-grub
%endif
Requires: alterator-users Requires: alterator-users
Requires: alterator-root Requires: alterator-root
Requires: alterator-luks Requires: alterator-luks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment