Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
c06f8753
Commit
c06f8753
authored
Sep 03, 2019
by
Anton V. Boyarshinov
Committed by
Anton Midyukov
Jun 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
buildable alt-server on aarch64
parent
0d8468b1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
20 deletions
+19
-20
alt-server.mk
conf.d/alt-server.mk
+7
-9
mixin-alt-server.mk
conf.d/mixin-alt-server.mk
+5
-3
disk-dvd
pkg.in/lists/centaurus/disk-dvd
+1
-1
disk-server-light
pkg.in/lists/centaurus/disk-server-light
+6
-7
No files found.
conf.d/alt-server.mk
View file @
c06f8753
ifeq (distro,$(IMAGE_CLASS))
ifeq (distro,$(IMAGE_CLASS))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
distro/alt-server: server_groups_x86 = $(addprefix centaurus/,\
distro/alt-server: server_groups_x86 = $(addprefix centaurus/,\
emulators freenx-server \
emulators freenx-server \
ipmi netinst sogo)
ipmi netinst sogo 80-desktop mate office pidgin vlc xorg)
distro/alt-server: monitoring = $(addprefix server-v/, 90-monitoring \
zabbix-agent telegraf prometheus-node_exporter monit collectd nagios-nrpe)
ifeq (,$(filter-out x86_64,$(ARCH)))
ifeq (,$(filter-out x86_64,$(ARCH)))
distro/alt-server: server_groups_x86_64 = $(addprefix centaurus/,\
distro/alt-server: server_groups_x86_64 = $(addprefix centaurus/,\
ganeti freeipa-server v12n-server)
ganeti freeipa-server v12n-server)
distro/alt-server: use/efi/refind use/memtest +efi
endif
endif
endif
# FIXME: generalize vm-profile
# FIXME: generalize vm-profile
distro/alt-server: distro/.base mixin/alt-server +
efi +
vmguest \
distro/alt-server: distro/.base mixin/alt-server +vmguest \
use/
efi/refind use/memtest use/
bootloader/grub use/rescue/base \
use/bootloader/grub use/rescue/base \
use/docs/license
use/docs/license
@$(call add,MAIN_GROUPS,$(server_groups_x86))
@$(call add,MAIN_GROUPS,$(server_groups_x86))
@$(call add,MAIN_GROUPS,$(server_groups_x86_64))
@$(call add,MAIN_GROUPS,$(server_groups_x86_64))
...
@@ -28,8 +26,8 @@ distro/alt-server: distro/.base mixin/alt-server +efi +vmguest \
...
@@ -28,8 +26,8 @@ distro/alt-server: distro/.base mixin/alt-server +efi +vmguest \
@$(call add,CLEANUP_BASE_PACKAGES,acpid-events-power)
@$(call add,CLEANUP_BASE_PACKAGES,acpid-events-power)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,EFI_BOOTARGS,lang=ru_RU)
@$(call add,EFI_BOOTARGS,lang=ru_RU)
distro/alt-server: monitoring = $(addprefix server-v/, 90-monitoring \
endif
zabbix-agent telegraf prometheus-node_exporter monit collectd nagios-nrpe)
ifeq (,$(filter-out e2k%,$(ARCH)))
ifeq (,$(filter-out e2k%,$(ARCH)))
...
...
conf.d/mixin-alt-server.mk
View file @
c06f8753
mixin/alt-server: server_groups = $(addprefix centaurus/,\
mixin/alt-server: server_groups = $(addprefix centaurus/,\
10-alterator 20-server-apps 50-freeipa 70-dev
80-desktop 90-docs sambaDC buildsystem dhcp-server-a diag-tools dns-server-a ftp-server-a mail-server-a mate mediawiki office owncloud pidgin vlc xorg
domain-server freeipa-client)
10-alterator 20-server-apps 50-freeipa 70-dev
90-docs sambaDC buildsystem dhcp-server-a diag-tools dns-server-a ftp-server-a mail-server-a mediawiki owncloud
domain-server freeipa-client)
mixin/alt-server: +installer +systemd \
mixin/alt-server: +installer +systemd \
use/branding/complete use/control use/services \
use/branding/complete use/control use/services \
...
@@ -28,7 +28,9 @@ mixin/alt-server: +installer +systemd \
...
@@ -28,7 +28,9 @@ mixin/alt-server: +installer +systemd \
@$(call add,MAIN_LISTS,centaurus/disk)
@$(call add,MAIN_LISTS,centaurus/disk)
@$(call add,THE_PROFILES,centaurus/10-server)
@$(call add,THE_PROFILES,centaurus/10-server)
@$(call add,THE_PROFILES,centaurus/20-serverDC)
@$(call add,THE_PROFILES,centaurus/20-serverDC)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,THE_PROFILES,centaurus/30-desktop)
@$(call add,THE_PROFILES,centaurus/30-desktop)
endif
@$(call add,THE_PROFILES,minimal)
@$(call add,THE_PROFILES,minimal)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call add,INSTALL2_PACKAGES,installer-feature-multipath)
@$(call add,INSTALL2_PACKAGES,installer-feature-multipath)
...
@@ -42,7 +44,7 @@ mixin/alt-server: +installer +systemd \
...
@@ -42,7 +44,7 @@ mixin/alt-server: +installer +systemd \
@$(call add,INSTALL2_PACKAGES,xorg-conf-synaptics)
@$(call add,INSTALL2_PACKAGES,xorg-conf-synaptics)
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,DEFAULT_SERVICES_ENABLE,rpcbind sshd bind)
@$(call add,DEFAULT_SERVICES_ENABLE,rpcbind sshd bind)
@$(call set,META_VOL_ID,ALT Server 8.95 $(ARCH))
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
@$(call set,META_VOL_SET,ALT)
@$(call set,META_VOL_ID,ALT Server 9.0 $(ARCH))
@$(call set,META_APP_ID,ALT Server 9.0.0 $(ARCH) $(shell date +%F))
@$(call set,META_APP_ID,ALT Server 9.0 $(ARCH) $(shell date +%F))
pkg.in/lists/centaurus/disk-dvd
View file @
c06f8753
...
@@ -65,7 +65,7 @@ screen
...
@@ -65,7 +65,7 @@ screen
perl-Crypt-Rijndael
perl-Crypt-Rijndael
#needed for crypto
#needed for crypto
lsb
#
lsb
python-module-Crypto
python-module-Crypto
postgresql-jdbc
postgresql-jdbc
...
...
pkg.in/lists/centaurus/disk-server-light
View file @
c06f8753
...
@@ -27,7 +27,7 @@ gear
...
@@ -27,7 +27,7 @@ gear
hasher
hasher
help2man
help2man
indent
indent
john
john
@X86
ltrace
ltrace
patchutils
patchutils
srpmcmp
srpmcmp
...
@@ -65,7 +65,7 @@ mar
...
@@ -65,7 +65,7 @@ mar
mkisofs
mkisofs
propagator
propagator
squashfsprogs
squashfsprogs
syslinux
syslinux
@X86
# kernel
# kernel
kernel-build-tools
kernel-build-tools
...
@@ -78,7 +78,7 @@ acct
...
@@ -78,7 +78,7 @@ acct
adjtimex
adjtimex
apt-scripts
apt-scripts
autossh
autossh
cpuburn
cpuburn
@X86
fhs
fhs
mtree
mtree
vlock
vlock
...
@@ -149,7 +149,7 @@ rrd-perl rrd-tcl rrd-utils
...
@@ -149,7 +149,7 @@ rrd-perl rrd-tcl rrd-utils
#heartbeat
#heartbeat
# force@
# force@
bonnie
bonnie
@X86
bridge-utils
bridge-utils
ccze
ccze
ddrescue
ddrescue
...
@@ -164,9 +164,8 @@ iptstate
...
@@ -164,9 +164,8 @@ iptstate
#spamassassin
#spamassassin
lshw
lshw
lsof
lsof
make-initrd-ucode
make-initrd-ucode@X86
iucode_tool
firmware-intel-ucode@X86
firmware-intel-ucode
#mod_geoip
#mod_geoip
p0f
p0f
star
star
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment