Commit 62d57246 authored by Anton Midyukov's avatar Anton Midyukov

live: separate use/live/desktop-common from use/live-desktop

For live on wayland without xorg.
parent 28e2d2eb
...@@ -47,11 +47,12 @@ use/live/x11: use/live/base use/deflogin/desktop use/x11-autologin \ ...@@ -47,11 +47,12 @@ use/live/x11: use/live/base use/deflogin/desktop use/x11-autologin \
@$(call add,LIVE_PACKAGES,pciutils) @$(call add,LIVE_PACKAGES,pciutils)
@$(call add,LIVE_PACKAGES,livecd-backlight-max) @$(call add,LIVE_PACKAGES,livecd-backlight-max)
use/live/desktop-common: use/live/x11 use/syslinux/localboot.cfg \
use/grub/localboot_bios.cfg use/xdg-user-dirs/deep; @
# this target specifically pulls free xorg drivers in (and a few more bits); # this target specifically pulls free xorg drivers in (and a few more bits);
# a browser is requested too, the recommended one can be overridden downstream # a browser is requested too, the recommended one can be overridden downstream
use/live/desktop: use/live/x11 use/x11/xorg use/x11/wacom \ use/live/desktop: use/live/desktop-common use/x11/xorg use/x11/wacom +vmguest; @:
use/xdg-user-dirs/deep \
use/syslinux/localboot.cfg use/grub/localboot_bios.cfg +vmguest; @:
# preconfigure apt for both live and installed-from-live systems # preconfigure apt for both live and installed-from-live systems
use/live/repo: use/live use/live/repo: use/live
......
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