Commit a546161a authored by Gleb Fotengauer-Malinovskiy's avatar Gleb Fotengauer-Malinovskiy Committed by Anton Midyukov

alt-server: add ppc64le support

parent 7846e339
ifeq (distro,$(IMAGE_CLASS))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 ppc64le,$(ARCH)))
distro/alt-server: server_groups_x86 = $(addprefix centaurus/,\
emulators freenx-server \
ipmi netinst sogo 80-desktop mate office pidgin vlc xorg)
ifeq (,$(filter-out x86_64,$(ARCH)))
ifeq (,$(filter-out x86_64 ppc64le,$(ARCH)))
distro/alt-server: server_groups_x86_64 = $(addprefix centaurus/,\
ganeti freeipa-server v12n-server)
freeipa-server v12n-server)
distro/alt-server: use/efi/refind use/memtest +efi
endif
endif
......
......@@ -2,7 +2,7 @@
#altlinux-release
1c-preinstall
1c-preinstall@X86
#apache2-mod_.*
......@@ -65,7 +65,7 @@ screen
perl-Crypt-Rijndael
#needed for crypto
#lsb
lsb@X86
python-module-Crypto
postgresql-jdbc
......@@ -88,6 +88,7 @@ libqt4-sql-postgresql
libini
mongo-server@x86_64
mongo-server@aarch64
python-module-PyQt4
python-module-ZSI
rdesktop
......
......@@ -165,6 +165,7 @@ iptstate
lshw
lsof
make-initrd-ucode@X86
iucode_tool@X86
firmware-intel-ucode@X86
#mod_geoip
p0f
......
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