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
0110c511
You need to sign in or sign up before continuing.
Commit
0110c511
authored
May 25, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alt-server.mk: Extend aarch64 support
parent
55db212b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
alt-server.mk
conf.d/alt-server.mk
+3
-3
No files found.
conf.d/alt-server.mk
View file @
0110c511
ifeq (distro,$(IMAGE_CLASS))
ifeq (,$(filter-out i586 x86_64 ppc64le,$(ARCH)))
ifeq (,$(filter-out i586 x86_64 ppc64le
aarch64
,$(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 ppc64le,$(ARCH)))
ifeq (,$(filter-out x86_64 ppc64le
aarch64
,$(ARCH)))
distro/alt-server: server_groups_x86_64 = $(addprefix centaurus/,\
freeipa-server v12n-server)
distro/alt-server: use/efi/refind use/memtest +efi
endif
endif
ifeq (,$(filter-out ppc64le,$(ARCH)))
ifeq (,$(filter-out ppc64le
aarch64
,$(ARCH)))
distro/.alt-server-vnc: use/install2/vnc/listen; @:
else
distro/.alt-server-vnc: ; @:
...
...
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