You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
472 B
13 lines
472 B
use/services: sub/rootfs
|
|
@$(call add_feature)
|
|
@$(call xport,DEFAULT_SERVICES_ENABLE)
|
|
@$(call xport,DEFAULT_SERVICES_DISABLE)
|
|
@$(call xport,SERVICES_ENABLE)
|
|
@$(call xport,SERVICES_DISABLE)
|
|
@$(call xport,SYSTEMD_SERVICES_ENABLE)
|
|
@$(call xport,SYSTEMD_SERVICES_DISABLE)
|
|
|
|
use/services/lvm2-disable: use/services
|
|
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-lvmetad)
|
|
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-lvmpolld)
|
|
@$(call add,DEFAULT_SERVICES_DISABLE,lvm2-monitor)
|
|
|