Added ppc specific packages

This commit is contained in:
Martin Gracik 2011-03-08 12:28:04 +01:00
parent 3e965f5a30
commit d65c36b128
1 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,17 @@ install "kernel"
install "gpart"
% endif
## ppc specific packages
% if basearch == "ppc":
install "pcmciautils"
install "pdisk"
install "yaboot"
install "hfsutils"
install "kernel-bootwrapper"
install "fbset"
install "ppc64-utils"
% endif
## other required packages
install "NetworkManager-gnome"
install "at-spi"