install2, live: implement ACPI suspend support

The corresponding installer feature had to be updated first
following blkid(8) output format changes, but that's it!
This commit is contained in:
Michael Shigorin 2015-03-11 23:50:11 +03:00
parent 2845c89b48
commit 072fefdf3b
2 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,10 @@ use/install2/jfs:
use/install2/reiserfs:
@$(call add,SYSTEM_PACKAGES,reiserfsprogs)
# prepare bootloader for software suspend (see also live)
use/install2/suspend:
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
# when VNC installation is less welcome than a few extra megs
use/install2/cleanup/vnc:
@$(call add,INSTALL2_CLEANUP_PACKAGES,x11vnc xorg-xvfb)

View File

@ -83,3 +83,7 @@ use/live/ru: use/live use/l10n/default/ru_RU; @:
use/live/sound: use/live
@$(call add,LIVE_LISTS,sound/base)
# prepare bootloader for software suspend (see also install2)
use/live/suspend: use/live
@$(call add,LIVE_PACKAGES,installer-feature-desktop-suspend-stage2)