gpart is present only on i386 arch (#672611)
Don't try to install it on other archs.
This commit is contained in:
parent
7a98dc4ca6
commit
8d4be0f87c
@ -7,6 +7,7 @@ install "anaconda"
|
|||||||
install "kernel"
|
install "kernel"
|
||||||
% if basearch == "i386":
|
% if basearch == "i386":
|
||||||
install "kernel-PAE"
|
install "kernel-PAE"
|
||||||
|
install "gpart"
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
## other required packages
|
## other required packages
|
||||||
@ -48,7 +49,6 @@ install "gnome-python2-gconf"
|
|||||||
##install "gnome-themes-legacy"
|
##install "gnome-themes-legacy"
|
||||||
install "gnome-themes-standard"
|
install "gnome-themes-standard"
|
||||||
install "gobject-introspection"
|
install "gobject-introspection"
|
||||||
install "gpart"
|
|
||||||
install "groff"
|
install "groff"
|
||||||
install "grub"
|
install "grub"
|
||||||
install "gtk+"
|
install "gtk+"
|
||||||
|
Loading…
Reference in New Issue
Block a user