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
Жора Змейкин
mkimage-profiles
Commits
b6d1839e
Commit
b6d1839e
authored
Jan 26, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regular.mk: refactor regular-server
We use jeos as a basis, since it is now a good base based on live with installer.
parent
8ab050f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
24 deletions
+10
-24
regular.mk
conf.d/regular.mk
+10
-24
No files found.
conf.d/regular.mk
View file @
b6d1839e
...
@@ -72,17 +72,6 @@ distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @:
...
@@ -72,17 +72,6 @@ distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @:
distro/.regular-desktop-sysv: distro/.regular-wm use/init/sysv/polkit +power; @:
distro/.regular-desktop-sysv: distro/.regular-wm use/init/sysv/polkit +power; @:
distro/.regular-install: distro/.regular-base +installer \
use/branding use/bootloader/grub use/luks use/stage2/kms \
use/install2/fs use/install2/vnc use/install2/repo
@$(call add,INSTALL2_PACKAGES,fdisk)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call add,INSTALL2_PACKAGES,xorg-conf-synaptics)
endif
@$(call add,THE_LISTS,$(call tags,base regular))
@$(call add,INSTALL2_BRANDING,alterator notes)
@$(call add,THE_BRANDING,alterator)
# common base for the very bare distros
# common base for the very bare distros
distro/.regular-jeos-base: distro/.regular-bare +efi \
distro/.regular-jeos-base: distro/.regular-bare +efi \
use/branding +live-installer-pkg use/live-install/repo
use/branding +live-installer-pkg use/live-install/repo
...
@@ -175,32 +164,29 @@ distro/regular-rescue-netbootxyz: distro/.regular-bare mixin/regular-rescue
...
@@ -175,32 +164,29 @@ distro/regular-rescue-netbootxyz: distro/.regular-bare mixin/regular-rescue
@$(call set,META_VOL_ID,ALT Rescue)
@$(call set,META_VOL_ID,ALT Rescue)
@$(call set,META_APP_ID,$(ARCH))
@$(call set,META_APP_ID,$(ARCH))
distro/.regular-server-base: distro/.regular-
install
use/server/base
distro/.regular-server-base: distro/.regular-
jeos-base
use/server/base
@$(call add,
TH
E_LISTS,$(call tags,server && (regular || network)))
@$(call add,
BAS
E_LISTS,$(call tags,server && (regular || network)))
@$(call add,SYSTEM_PACKAGES,multipath-tools)
@$(call add,SYSTEM_PACKAGES,multipath-tools)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-multipath)
@$(call add,
LIVE
_PACKAGES,installer-feature-multipath)
distro/.regular-server: distro/.regular-server-base use/net/etcnet \
distro/.regular-server: distro/.regular-server-base use/net/etcnet \
use/server/mini use/firmware/qlogic use/rescue/base \
use/server/mini use/firmware/qlogic \
use/ntp/chrony use/cleanup/libs use/bootloader/grub +efi
use/ntp/chrony use/bootloader/grub +efi \
@$(call add,RESCUE_LISTS,$(call tags,rescue misc))
use/volumes/regular
@$(call add,CLEANUP_PACKAGES,qt4-common qt5-base-common)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge)
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1)
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1)
distro/.regular-server-managed: distro/.regular-server
distro/.regular-server-managed: distro/.regular-server
@$(call add,
TH
E_PACKAGES,alterator-fbi)
@$(call add,
BAS
E_PACKAGES,alterator-fbi)
@$(call add,
TH
E_LISTS,$(call tags,server alterator))
@$(call add,
BAS
E_LISTS,$(call tags,server alterator))
@$(call add,
INSTALL2
_PACKAGES,ntfs-3g)
@$(call add,
LIVE
_PACKAGES,ntfs-3g)
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd alteratord)
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd alteratord)
distro/.regular-server-full: distro/.regular-server-managed \
distro/.regular-server-full: distro/.regular-server-managed \
use/server/groups/base use/dev/groups/builder use/
install2
/vnc/full
use/server/groups/base use/dev/groups/builder use/
live-install
/vnc/full
@$(call add,MAIN_GROUPS,server/sambaDC)
@$(call add,MAIN_GROUPS,server/sambaDC)
@$(call add,MAIN_GROUPS,tools/hyperv)
@$(call add,MAIN_GROUPS,tools/hyperv)
@$(call add,BASE_KMODULES,staging)
@$(call add,BASE_KMODULES,staging)
@$(call add,INSTALL2_PACKAGES,btrfs-progs)
@$(call add,BASE_PACKAGES,btrfs-progs)
distro/regular-server-systemd: distro/.regular-server-full \
distro/regular-server-systemd: distro/.regular-server-full \
+systemd +systemd-optimal; @:
+systemd +systemd-optimal; @:
...
...
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