8d6f58fcd1
A next part in systemd conspiracy practice: this time it tried to take over the installer but was caught on site!
13 lines
285 B
Makefile
13 lines
285 B
Makefile
# simply images
|
|
|
|
ifeq (distro,$(IMAGE_CLASS))
|
|
|
|
distro/live-simply: distro/.livecd-install use/slinux/full
|
|
@$(call add,THE_LISTS,slinux/live-install)
|
|
|
|
distro/simply: distro/.installer use/slinux/full
|
|
@$(call set,INSTALLER,simply-linux)
|
|
@$(call add,INSTALL2_PACKAGES,sysvinit)
|
|
|
|
endif
|