2012-03-19 15:25:31 +04:00
+live : use /live /desktop ; @:
2012-03-16 22:26:58 +04:00
2011-12-13 19:53:57 +04:00
# copy stage2 as live
2012-03-31 00:51:04 +04:00
# NB: starts to preconfigure but doesn't use/cleanup yet
2012-07-10 13:20:15 +04:00
use/live : use /stage 2 sub /stage 2@live
2011-11-16 19:58:42 +04:00
@$( call add_feature)
2012-03-31 00:51:04 +04:00
@$( call add,CLEANUP_PACKAGES,'installer*' )
2011-10-31 12:34:15 +04:00
2012-03-30 23:41:19 +04:00
use/live/base : use /live use /syslinux /ui /menu
2011-10-31 12:34:15 +04:00
@$( call add,LIVE_LISTS,$( call tags,base && ( live || network) ) )
2012-05-14 19:13:27 +04:00
# a very simplistic one
2012-10-27 20:34:04 +04:00
use/live/x11 : use /live use /firmware use /x 11/xorg
2012-05-14 19:13:27 +04:00
@$( call add,LIVE_PACKAGES,xinit)
2012-03-31 00:51:04 +04:00
# optimized out: use/x11/xorg
2012-04-10 21:56:01 +04:00
use/live/desktop : use /live /base use /x 11/wacom use /live /sound +vmguest +power
2012-03-16 22:26:58 +04:00
@$( call add,LIVE_LISTS,$( call tags,desktop && ( live || network) ) )
2012-04-18 19:59:47 +04:00
@$( call add,LIVE_LISTS,$( call tags,base l10n) )
2012-03-31 00:51:04 +04:00
@$( call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid)
2012-10-30 23:59:17 +04:00
@$( call add,LIVE_PACKAGES,pciutils)
2012-03-30 23:41:19 +04:00
@$( call add,SYSLINUX_CFG,localboot)
2011-12-19 23:40:19 +04:00
2012-05-08 20:34:00 +04:00
# alterator-based permanent installation
use/live/install : use /metadata use /syslinux /localboot .cfg
@$( call add,LIVE_PACKAGES,livecd-install)
# text-based installation script
use/live/textinstall : use /syslinux /localboot .cfg
@$( call add,LIVE_PACKAGES,live-install)
2011-11-28 16:59:55 +04:00
# NB: there's an unconditional live/image-scripts.d/40-autologin script
# *but* it only configures some of the *existing* means; let's add one
2012-05-14 19:13:27 +04:00
# or another for the cases when there should be no display manager
use/live/autologin : use /live /x 11
@$( call add,LIVE_PACKAGES,autologin)
use/live/nodm : use /live /x 11
@$( call add,LIVE_PACKAGES,nodm)
2012-01-25 20:18:04 +04:00
use/live/hooks : use /live
@$( call add,LIVE_PACKAGES,livecd-run-hooks)
2012-03-25 05:55:51 +04:00
use/live/ru : use /live
@$( call add,LIVE_PACKAGES,livecd-ru)
2012-03-31 18:01:07 +04:00
use/live/sound : use /live
@$( call add,LIVE_PACKAGES,amixer alsa-utils aplay udev-alsa)