1a272e44b2
It's strange but ve/builder and distro/live-builder along with distro/regular-builder are all mostly "independent", that is duplicating functionality without any reasonable gain; spotted finally.
28 lines
1023 B
Makefile
28 lines
1023 B
Makefile
use/dev: use/control
|
|
@$(call add_feature)
|
|
@$(call add,THE_PACKAGES,git-core hasher gear)
|
|
@$(call add,CONTROL,pam_mktemp:enabled)
|
|
|
|
use/dev/repo: use/dev use/repo/main
|
|
@$(call add,THE_PACKAGES,apt-repo)
|
|
@$(call add,MAIN_PACKAGES,rpm-build basesystem)
|
|
@$(call add,MAIN_PACKAGES,fakeroot sisyphus_check)
|
|
@$(call add,MAIN_PACKAGES,file make-initrd make-initrd-propagator)
|
|
|
|
use/dev/mkimage: use/dev
|
|
@$(call add,THE_PACKAGES,mkimage shadow-change su)
|
|
|
|
use/dev/builder/base: use/dev/mkimage
|
|
@$(call add,THE_LISTS,$(call tags,builder && (base || extra)))
|
|
|
|
use/dev/builder/live: use/dev/builder/base
|
|
@$(call add,LIVE_LISTS,$(call tags,live builder))
|
|
@$(call add,LIVE_PACKAGES,livecd-qemu-arch qemu-user-binfmt_misc)
|
|
|
|
use/dev/builder/full: use/dev/builder/live use/dev/repo
|
|
@$(call set,KFLAVOURS,$(BIGRAM))
|
|
@$(call add,THE_LISTS,$(call tags,server extra))
|
|
@$(call add,MAIN_LISTS,$(call tags,live builder))
|
|
@$(call add,MAIN_PACKAGES,syslinux pciids memtest86+ xorriso)
|
|
@$(call add,LIVE_PACKAGES,sudo perl-Gear-Remotes)
|