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
2
Issues
2
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
b6f68762
Commit
b6f68762
authored
Feb 03, 2021
by
Ivan A. Melnikov
Committed by
Anton Midyukov
Feb 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slinux: Add use/ntp/chrony mixin-base
In addition to code re-use, it also pins chrony as ntp daemon implementation, which helps to avoid adding systemd-timesyncd into the images.
parent
8e9fa2bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
config.mk
features.in/slinux/config.mk
+1
-2
misc-base
pkg.in/lists/slinux/misc-base
+0
-1
No files found.
features.in/slinux/config.mk
View file @
b6f68762
...
...
@@ -15,7 +15,6 @@ use/slinux/services-enabled:
@$(call add,SYSTEMD_SERVICES_ENABLE,anacron.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,avahi-daemon.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,bluetooth.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,chronyd.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,cpufreq-simple.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,crond.service)
@$(call add,SYSTEMD_SERVICES_ENABLE,cups.service)
...
...
@@ -65,6 +64,7 @@ use/slinux/vm-base:: vm/systemd \
use/slinux/mixin-base: use/slinux use/x11/xorg use/x11/lightdm/gtk +pulse \
+nm use/x11/gtk/nm +systemd +systemd-optimal +wireless \
use/l10n/default/ru_RU \
use/ntp/chrony \
use/office/LibreOffice/full \
use/docs/manual use/docs/indexhtml \
use/xdg-user-dirs/deep use/slinux/services
...
...
@@ -104,7 +104,6 @@ use/slinux/base: use/isohybrid use/luks \
@$(call add,LIVE_LISTS,slinux/live)
@$(call add,BASE_PACKAGES,installer-distro-simply-linux-stage3)
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
@$(call add,STAGE2_PACKAGES,chrony)
use/slinux/full: use/slinux/base
@$(call add,MAIN_LISTS,slinux/not-install-full)
...
...
pkg.in/lists/slinux/misc-base
View file @
b6f68762
...
...
@@ -9,7 +9,6 @@ anacron
os-prober
make-initrd-lvm
shadow-change
chrony
dhcpcd
telnet
...
...
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