Commit 9f9f32bf authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: make use of ACPI suspend support

There's no excuse to miss it now that it's there.
parent 072fefdf
......@@ -9,9 +9,10 @@ distro/.regular-bare: distro/.base +net-eth use/kernel/net
distro/.regular-base: distro/.regular-bare use/memtest +efi +wireless; @:
# graphical target (not enforcing xorg drivers or blobs)
distro/.regular-x11: distro/.regular-base use/x11/wacom +vmguest \
use/live/x11 use/live/install use/live/repo use/live/rw \
use/luks use/branding use/browser/firefox/live use/browser/firefox/i18n
distro/.regular-x11: distro/.regular-base +vmguest \
use/live/x11 use/live/install use/live/suspend \
use/live/repo use/live/rw use/luks use/x11/wacom \
use/branding use/browser/firefox/live use/browser/firefox/i18n
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
@$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,LIVE_PACKAGES,gpm livecd-install-apt-cache)
......@@ -80,7 +81,7 @@ distro/regular-jeos: distro/.regular-bare use/isohybrid +sysvinit \
@$(call add,STAGE2_BOOTARGS,quiet)
distro/.regular-install-x11: distro/.regular-install \
mixin/regular-desktop +vmguest
use/install2/suspend mixin/regular-desktop +vmguest
@$(call set,INSTALLER,altlinux-desktop)
@$(call add,THE_LISTS,$(call tags,regular desktop))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment