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
Ximper Linux
mkimage-profiles
Commits
75e09c00
You need to sign in or sign up before continuing.
Commit
75e09c00
authored
May 06, 2024
by
Dmitriy Terekhin
Committed by
Anton Midyukov
Sep 02, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
alt-server: Use live as installer and rescue
INSTALL2_PACKAGES to LIVE_PACKAGES INSTALL2_BRANDING to STAGE2_BRANDING Suggested-by:
Anton Midyukov
<
antohami@altlinux.org
>
parent
3289ad7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
alt-server.mk
conf.d/alt-server.mk
+6
-8
mixin-alt-server.mk
conf.d/mixin-alt-server.mk
+18
-16
No files found.
conf.d/alt-server.mk
View file @
75e09c00
...
...
@@ -30,7 +30,7 @@ distro/alt-server: monitoring = $(addprefix server-v/,\
# FIXME: generalize vm-profile
distro/alt-server:: distro/.base mixin/alt-server use/vmguest/base \
use/bootloader/grub use/
rescue/base use/stage2/kms
\
use/bootloader/grub use/
stage2/kms
\
use/stage2/ata use/stage2/fs use/stage2/hid use/stage2/md \
use/stage2/mmc use/stage2/net use/stage2/net-nfs use/stage2/cifs \
use/stage2/rtc use/stage2/sbc use/stage2/scsi use/stage2/usb \
...
...
@@ -49,13 +49,13 @@ ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
endif
@$(call add,STAGE2_BOOTARGS,mpath)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-multipath)
@$(call add,
LIVE
_PACKAGES,installer-feature-multipath)
@$(call add,SYSTEM_PACKAGES,multipath-tools)
@$(call add,SERVICES_ENABLE,multipathd)
@$(call add,
INSTALL2
_PACKAGES,strace)
@$(call add,
INSTALL2
_PACKAGES,fdisk)
@$(call add,
INSTALL2
_PACKAGES,btrfs-progs)
@$(call add,
INSTALL
2_BRANDING,notes)
@$(call add,
LIVE
_PACKAGES,strace)
@$(call add,
LIVE
_PACKAGES,fdisk)
@$(call add,
LIVE
_PACKAGES,btrfs-progs)
@$(call add,
STAGE
2_BRANDING,notes)
@$(call add,CLEANUP_BASE_PACKAGES,acpid-events-power)
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
ifeq (,$(filter-out e2k,$(ARCH)))
...
...
@@ -79,8 +79,6 @@ ifeq (,$(filter-out x86_64 aarch64 loongarch64,$(ARCH)))
distro/alt-server:: +efi; @:
endif
distro/alt-server:: use/install2/vnc/listen; @:
ifeq (,$(filter-out e2k%,$(ARCH)))
distro/alt-server:: +power +net-eth; @:
endif
...
...
conf.d/mixin-alt-server.mk
View file @
75e09c00
...
...
@@ -12,17 +12,19 @@ mixin/alt-server: server_main_kmodules = bcmwl ch34x dm-secdel drbd9 drm-ancient
v4l2loopback vboxsf vhba virtualbox-addition-guest virtualbox-addition \
virtualbox-addition-video virtualbox xtables-addons
mixin/alt-server: +installer +systemd \
mixin/alt-server: +systemd \
+live-installer-pkg \
use/live/rescue \
use/live/repo \
use/live/suspend \
use/live-install/vnc/listen \
use/ntp/chrony \
use/branding/notes \
use/control use/services \
use/install2/stage3 \
use/install2/vnc use/install2/xfs use/install2/fat \
use/install2/oem \
use/volumes/alt-server \
use/apt-conf/branch \
use/fonts/install2 \
use/l10n/default/ru_RU
use/install2/stage3
\
use/l10n/default/ru_RU \
use/firmware/full \
use/net/etcnet \
use/tty
...
...
@@ -36,8 +38,8 @@ endif
@$(call add,THE_BRANDING,alterator)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call set,KFLAVOURS,std-def un-def)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-cleanup-kernel-stage3)
@$(call add,
INSTALL2
_PACKAGES,ntfs-3g)
@$(call add,
LIVE
_PACKAGES,installer-feature-cleanup-kernel-stage3)
@$(call add,
LIVE
_PACKAGES,ntfs-3g)
@$(call add,BASE_KMODULES,drm)
@$(call add,MAIN_GROUPS,centaurus/proxmox-backup-server)
@$(call add,MAIN_GROUPS,centaurus/token)
...
...
@@ -68,20 +70,20 @@ ifeq (,$(filter-out i586 x86_64 aarch64 loongarch64 e2k%,$(ARCH)))
endif
@$(call add,THE_PROFILES,minimal)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-multipath)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-desktop-other-fs-stage2)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-alphabet-profiles)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-load-tun)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-network-shares-stage3)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-auto-domain)
@$(call add,
LIVE
_PACKAGES,installer-feature-multipath)
@$(call add,
LIVE
_PACKAGES,installer-feature-desktop-other-fs-stage2)
@$(call add,
LIVE
_PACKAGES,installer-feature-alphabet-profiles)
@$(call add,
LIVE
_PACKAGES,installer-feature-load-tun)
@$(call add,
LIVE
_PACKAGES,installer-feature-network-shares-stage3)
@$(call add,
LIVE
_PACKAGES,installer-feature-auto-domain)
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,
INSTALL2
_PACKAGES,installer-feature-quota-stage2)
@$(call add,
LIVE
_PACKAGES,installer-feature-quota-stage2)
endif
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call add,MAIN_GROUPS,centaurus/jitsi-meet)
endif
@$(call add,
INSTALL2
_PACKAGES,fdisk)
@$(call add,
INSTALL2
_PACKAGES,xorg-conf-synaptics)
@$(call add,
LIVE
_PACKAGES,fdisk)
@$(call add,
LIVE
_PACKAGES,xorg-conf-synaptics)
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,DEFAULT_SERVICES_ENABLE,rpcbind sshd bind)
@$(call add,DEFAULT_SYSTEMD_SERVICES_ENABLE,systemd-networkd.service systemd-resolved.service)
...
...
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