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
ed9f6f09
Commit
ed9f6f09
authored
Dec 31, 2019
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regular.mk: add use/stage2/kms for all installer
Needed for running installer.
parent
ffed0b92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
regular.mk
conf.d/regular.mk
+3
-4
No files found.
conf.d/regular.mk
View file @
ed9f6f09
...
@@ -41,7 +41,7 @@ distro/.regular-gtk-sysv: distro/.regular-desktop-sysv \
...
@@ -41,7 +41,7 @@ distro/.regular-gtk-sysv: distro/.regular-desktop-sysv \
use/syslinux/ui/gfxboot use/x11/gdm2.20; @:
use/syslinux/ui/gfxboot use/x11/gdm2.20; @:
distro/.regular-install: distro/.regular-base +installer \
distro/.regular-install: distro/.regular-base +installer \
use/branding use/bootloader/grub use/luks \
use/branding use/bootloader/grub use/luks
use/stage2/kms
\
use/install2/fs use/install2/vnc use/install2/repo \
use/install2/fs use/install2/vnc use/install2/repo \
use/efi/refind
use/efi/refind
@$(call add,INSTALL2_PACKAGES,fdisk)
@$(call add,INSTALL2_PACKAGES,fdisk)
...
@@ -63,7 +63,7 @@ distro/.regular-jeos-base: distro/.regular-bare \
...
@@ -63,7 +63,7 @@ distro/.regular-jeos-base: distro/.regular-bare \
@$(call add,THE_LISTS,openssh)
@$(call add,THE_LISTS,openssh)
# ...and for somewhat bare distros
# ...and for somewhat bare distros
distro/.regular-jeos: distro/.regular-jeos-base \
distro/.regular-jeos: distro/.regular-jeos-base
use/stage2/kms
\
use/syslinux/lateboot.cfg \
use/syslinux/lateboot.cfg \
use/install2/cleanup/everything use/install2/cleanup/kernel/everything \
use/install2/cleanup/everything use/install2/cleanup/kernel/everything \
use/cleanup/jeos
use/cleanup/jeos
...
@@ -166,8 +166,7 @@ distro/regular-rescue-netbootxyz: distro/.regular-bare mixin/regular-rescue
...
@@ -166,8 +166,7 @@ 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 \
distro/.regular-server-base: distro/.regular-install use/server/base
use/server/base use/stage2/kms
@$(call add,THE_LISTS,$(call tags,server && (regular || network)))
@$(call add,THE_LISTS,$(call tags,server && (regular || network)))
@$(call set,INSTALLER,altlinux-server)
@$(call set,INSTALLER,altlinux-server)
@$(call add,SYSTEM_PACKAGES,multipath-tools)
@$(call add,SYSTEM_PACKAGES,multipath-tools)
...
...
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