live: add use/live/repo

This one provides apt configuration for the LiveCD itself
as well as extra hooks for a livecd-install made system.
This commit is contained in:
Michael Shigorin 2012-12-31 18:58:07 +04:00
parent 78326d393a
commit a1c0e82e31

View File

@ -21,9 +21,15 @@ use/live/desktop: use/live/base use/x11/wacom use/live/sound +vmguest +power
@$(call add,LIVE_PACKAGES,pciutils) @$(call add,LIVE_PACKAGES,pciutils)
@$(call add,SYSLINUX_CFG,localboot) @$(call add,SYSLINUX_CFG,localboot)
# preconfigure apt for both live and installed-from-live systems
use/live/repo:
@$(call add,LIVE_PACKAGES,livecd-online-repo)
@$(call add,LIVE_PACKAGES,installer-feature-online-repo)
# alterator-based permanent installation # alterator-based permanent installation
use/live/install: use/metadata use/syslinux/localboot.cfg use/live/install: use/metadata use/syslinux/localboot.cfg
@$(call add,LIVE_PACKAGES,livecd-install) @$(call add,LIVE_PACKAGES,livecd-install)
@$(call add,LIVE_PACKAGES,livecd-installer-features)
# text-based installation script # text-based installation script
use/live/textinstall: use/syslinux/localboot.cfg use/live/textinstall: use/syslinux/localboot.cfg