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"
|
||||
% if basearch == "i386":
|
||||
install "kernel-PAE"
|
||||
install "gpart"
|
||||
% endif
|
||||
|
||||
## other required packages
|
||||
@ -48,7 +49,6 @@ install "gnome-python2-gconf"
|
||||
##install "gnome-themes-legacy"
|
||||
install "gnome-themes-standard"
|
||||
install "gobject-introspection"
|
||||
install "gpart"
|
||||
install "groff"
|
||||
install "grub"
|
||||
install "gtk+"
|
||||
|
Loading…
Reference in New Issue
Block a user