Lines 195-198
distro/regular-server-hyperv: distro/regular-server
Link Here
|
195 |
@$(call add,THE_LISTS,$(call tags,server alterator)) |
195 |
@$(call add,THE_LISTS,$(call tags,server alterator)) |
196 |
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd cpufreq-simple) |
196 |
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd cpufreq-simple) |
197 |
|
197 |
|
|
|
198 |
distro/regular-node: distro/.base +sysvinit \ |
199 |
use/syslinux/timeout/1 use/live use/deflogin/live \ |
200 |
use/net-ssh use/kernel/net use/power/acpi/button |
201 |
@$(call set,KFLAVOURS,led-ws) |
202 |
@$(call add,THE_PACKAGES,apt vim-console bash-completion strace) |
203 |
@$(call try,SAVE_PROFILE,yes) |
204 |
|
198 |
endif |
205 |
endif |
199 |
- |
|
|