Commit cbd0d4d2 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk, desktop+regular: use ntp feature

...instead of those two homegrown lines.
parent df45ac1b
...@@ -11,12 +11,12 @@ distro/.regular-base: distro/.regular-bare use/memtest +efi; @: ...@@ -11,12 +11,12 @@ distro/.regular-base: distro/.regular-bare use/memtest +efi; @:
# graphical target (not enforcing xorg drivers or blobs) # graphical target (not enforcing xorg drivers or blobs)
distro/.regular-x11: distro/.regular-base +vmguest +wireless \ distro/.regular-x11: distro/.regular-base +vmguest +wireless \
use/live/x11 use/live/install use/live/suspend \ use/live/x11 use/live/install use/live/suspend \
use/live/repo use/live/rw use/luks use/x11/wacom \ use/live/repo use/live/rw use/luks use/x11/wacom use/ntp/client \
use/branding use/browser/firefox/live use/browser/firefox/i18n use/branding use/browser/firefox/live use/browser/firefox/i18n
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular)) @$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
@$(call add,LIVE_LISTS,$(call tags,base rescue)) @$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,LIVE_PACKAGES,gpm livecd-install-apt-cache) @$(call add,LIVE_PACKAGES,gpm livecd-install-apt-cache)
@$(call add,DEFAULT_SERVICES_ENABLE,gpm ntpd) @$(call add,DEFAULT_SERVICES_ENABLE,gpm)
@$(call add,EFI_BOOTARGS,live_rw) @$(call add,EFI_BOOTARGS,live_rw)
# common WM live/installer bits # common WM live/installer bits
......
...@@ -16,14 +16,12 @@ alterator-net-openvpn ...@@ -16,14 +16,12 @@ alterator-net-openvpn
alterator-net-eth alterator-net-eth
alterator-net-wifi alterator-net-wifi
alterator-datetime
alterator-proxy alterator-proxy
#alterator-x11 #alterator-x11
alterator-xkb alterator-xkb
alterator-datetime
openntpd
glxgears glxgears
xorg-conf-synaptics xorg-conf-synaptics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment