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
1
Merge Requests
1
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
1185a118
Commit
1185a118
authored
Feb 08, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
education.mk, mixin-basealt.mk, live, slinux: Use stage2 features instead STAGE1_MODLISTS
parent
6ef10f64
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
education.mk
conf.d/education.mk
+4
-2
mixin-basealt.mk
conf.d/mixin-basealt.mk
+4
-2
config.mk
features.in/live/config.mk
+3
-3
config.mk
features.in/slinux/config.mk
+3
-1
No files found.
conf.d/education.mk
View file @
1185a118
...
...
@@ -35,7 +35,10 @@ distro/alt-education: distro/.installer mixin/education \
+efi use/efi/refind use/efi/shell \
use/isohybrid use/luks \
+plymouth +wireless \
use/install2/fonts
use/install2/fonts \
use/stage2/fs use/stage2/hid use/stage2/md \
use/stage2/mmc use/stage2/net use/stage2/net-nfs \
use/stage2/rtc use/stage2/scsi use/stage2/usb
@$(call set,INSTALLER,education)
@$(call set,META_VOL_ID,ALT Education 9.0 $(ARCH))
@$(call set,META_PUBLISHER,BaseALT Ltd)
...
...
@@ -75,7 +78,6 @@ endif
@$(call add,MAIN_PACKAGES,stellarium)
@$(call add,MAIN_PACKAGES,libreoffice-block-macros)
@$(call add,MAIN_PACKAGES,lmms)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call set,GLOBAL_LIVE_NO_CLEANUPDB,true)
@$(call add,LIVE_PACKAGES,livecd-timezone)
@$(call add,LIVE_LISTS,slinux/net-base)
...
...
conf.d/mixin-basealt.mk
View file @
1185a118
...
...
@@ -50,8 +50,10 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \
@$(call set,DOCS,alt-workstation)
mixin/alt-workstation-install: +installer \
use/install2/fat use/install2/vnc
@$(call add,STAGE1_MODLISTS,stage2-mmc)
use/install2/fat use/install2/vnc \
use/stage2/fs use/stage2/hid use/stage2/md \
use/stage2/mmc use/stage2/net use/stage2/net-nfs \
use/stage2/rtc use/stage2/scsi use/stage2/usb
@$(call set,INSTALLER,altlinux-desktop)
@$(call add,INSTALL2_PACKAGES,installer-feature-slideshow)
@$(call add,INSTALL2_PACKAGES,alterator-notes)
...
...
features.in/live/config.mk
View file @
1185a118
...
...
@@ -92,7 +92,9 @@ use/live/suspend: use/live
@$(call add,LIVE_PACKAGES,installer-feature-desktop-suspend-stage2)
# deny network/local drive access for security reasons
use/live/privacy: use/services use/memclean use/deflogin
use/live/privacy: use/services use/memclean use/deflogin \
use/stage2/ata use/stage2/drm use/stage2/hid \
use/stage2/mmc use/stage2/net-nfs use/stage2/usb
@$(call add,DEFAULT_SERVICES_ENABLE,livecd-nodisks)
@$(call add,LIVE_PACKAGES,livecd-nodisks)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/net/)
...
...
@@ -103,6 +105,4 @@ use/live/privacy: use/services use/memclean use/deflogin
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/cdrom/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/firewire/)
@$(call add,LIVE_CLEANUP_KDRIVERS,kernel/drivers/bluetooth/)
@$(call set,STAGE1_MODLISTS,stage2-ata stage2-drm stage2-hid)
@$(call add,STAGE1_MODLISTS,stage2-mmc stage2-usb)
@$(call add,USERS,altlinux:::)
features.in/slinux/config.mk
View file @
1185a118
...
...
@@ -81,6 +81,9 @@ endif
use/slinux/base: use/isohybrid use/luks \
+plymouth use/memtest +vmguest \
+efi \
use/stage2/fs use/stage2/hid use/stage2/md \
use/stage2/mmc use/stage2/net use/stage2/net-nfs \
use/stage2/rtc use/stage2/scsi use/stage2/usb \
use/live/x11 use/live/rw use/install2/fonts \
use/efi/refind use/efi/memtest86 use/efi/shell \
use/bootloader/grub \
...
...
@@ -94,7 +97,6 @@ use/slinux/base: use/isohybrid use/luks \
@$(call add,BASE_PACKAGES,installer-distro-simply-linux-stage3)
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
@$(call add,STAGE2_PACKAGES,chrony)
@$(call add,STAGE1_MODLISTS,stage2-mmc)
@$(call add,EFI_BOOTARGS,lang=ru_RU)
use/slinux/full: use/slinux/base
...
...
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