6047c71440
...by moving reference to a package list that *deducts* packages from a feature (that should lend itself for reuse) to a particular distribution's configuration (that can have some specific polish). The problem was that basing junior on slinux feature while adding some KDE/Qt-based packages to it failed miserably in a hard-to-debug manner: adding every package that's been requested but not installed by hand suddenly made it build, see also http://altlinux.org/mkimage/debug [ru]
13 lines
297 B
Makefile
13 lines
297 B
Makefile
# simply images
|
|
|
|
ifeq (distro,$(IMAGE_CLASS))
|
|
|
|
distro/live-simply: distro/.livecd-install use/slinux/full
|
|
@$(call add,THE_LISTS,slinux/live-install slinux/live)
|
|
|
|
distro/simply: distro/.installer use/slinux/full
|
|
@$(call set,INSTALLER,simply-linux)
|
|
@$(call add,INSTALL2_PACKAGES,sysvinit)
|
|
|
|
endif
|