From a1c0e82e31162399d17dba571f24bba2d3ec87c0 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 31 Dec 2012 18:58:07 +0400 Subject: [PATCH] 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. --- features.in/live/config.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features.in/live/config.mk b/features.in/live/config.mk index 8ba26682..565db51d 100644 --- a/features.in/live/config.mk +++ b/features.in/live/config.mk @@ -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,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 use/live/install: use/metadata use/syslinux/localboot.cfg @$(call add,LIVE_PACKAGES,livecd-install) + @$(call add,LIVE_PACKAGES,livecd-installer-features) # text-based installation script use/live/textinstall: use/syslinux/localboot.cfg