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
aa30b345
Commit
aa30b345
authored
Jul 20, 2019
by
Gleb Fotengauer-Malinovskiy
Committed by
Anton Midyukov
May 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server-v.mk: Added initial ppc64le support
parent
6011d268
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
server-v.mk
conf.d/server-v.mk
+8
-1
base.pkgs
pkg.in/lists/virt/base.pkgs
+2
-2
No files found.
conf.d/server-v.mk
View file @
aa30b345
...
@@ -48,6 +48,11 @@ distro/server-v: logging = $(addprefix server-v/,\
...
@@ -48,6 +48,11 @@ distro/server-v: logging = $(addprefix server-v/,\
distro/server-v: profiles = $(addprefix server-v/,\
distro/server-v: profiles = $(addprefix server-v/,\
110-basic 120-pve 131-opennebula-node 132-opennebula-server 141-openstack-node 142-openstack-controller 201-docker)
110-basic 120-pve 131-opennebula-node 132-opennebula-server 141-openstack-node 142-openstack-controller 201-docker)
ifeq (,$(filter-out x86_64,$(ARCH)))
distro/server-v: profiles_arch = $(addprefix server-v/,\
120-pve)
endif
distro/.server-v-base: distro/.installer use/syslinux/ui/menu use/memtest
distro/.server-v-base: distro/.installer use/syslinux/ui/menu use/memtest
@$(call add,BASE_LISTS,server-base openssh)
@$(call add,BASE_LISTS,server-base openssh)
...
@@ -75,7 +80,9 @@ distro/server-v: distro/.server-v-base \
...
@@ -75,7 +80,9 @@ distro/server-v: distro/.server-v-base \
@$(call add,BASE_LISTS,virt/base.pkgs)
@$(call add,BASE_LISTS,virt/base.pkgs)
@$(call add,MAIN_GROUPS,server-v/110-basic server-v/kvm)
@$(call add,MAIN_GROUPS,server-v/110-basic server-v/kvm)
@$(call add,MAIN_GROUPS,server-v/111-cockpit $(cockpit))
@$(call add,MAIN_GROUPS,server-v/111-cockpit $(cockpit))
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,server-v/120-pve server-v/pve)
@$(call add,MAIN_GROUPS,server-v/120-pve server-v/pve)
endif
@$(call add,MAIN_GROUPS,server-v/130-opennebula $(opennebula))
@$(call add,MAIN_GROUPS,server-v/130-opennebula $(opennebula))
@$(call add,MAIN_GROUPS,server-v/140-openstack $(openstack))
@$(call add,MAIN_GROUPS,server-v/140-openstack $(openstack))
@$(call add,MAIN_GROUPS,server-v/200-container $(container))
@$(call add,MAIN_GROUPS,server-v/200-container $(container))
...
@@ -91,7 +98,7 @@ distro/server-v: distro/.server-v-base \
...
@@ -91,7 +98,7 @@ distro/server-v: distro/.server-v-base \
@$(call add,MAIN_GROUPS,server-v/600-monitoring $(monitoring))
@$(call add,MAIN_GROUPS,server-v/600-monitoring $(monitoring))
@$(call add,MAIN_GROUPS,server-v/700-backup $(backup))
@$(call add,MAIN_GROUPS,server-v/700-backup $(backup))
@$(call add,MAIN_GROUPS,server-v/800-logging $(logging))
@$(call add,MAIN_GROUPS,server-v/800-logging $(logging))
@$(call add,THE_PROFILES,$(profiles) minimal)
@$(call add,THE_PROFILES,$(profiles)
$(profiles_arch)
minimal)
@$(call add,SERVICES_ENABLE,sshd)
@$(call add,SERVICES_ENABLE,sshd)
@$(call add,SERVICES_ENABLE,libvirtd)
@$(call add,SERVICES_ENABLE,libvirtd)
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1 getty@ttyS0)
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1 getty@ttyS0)
...
...
pkg.in/lists/virt/base.pkgs
View file @
aa30b345
...
@@ -22,5 +22,5 @@ lsof
...
@@ -22,5 +22,5 @@ lsof
ethtool
ethtool
python3
python3
systemd-container
systemd-container
zfs-utils
zfs-utils
@X86
kernel-modules-zfs-std-def
kernel-modules-zfs-std-def
@X86
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