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:
parent
2845c89b48
commit
072fefdf3b
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user