Commit 7fb02736 authored by Anton Midyukov's avatar Anton Midyukov

regular.mk: not add livecd-firefox for live

Despite the fact that the package has a livecd- prefix, it makes changes directly during installation. At the same time, changes are made to the configs, and deleting the package does nothing. This behavior is not allowed for installable livecds.
parent 438a9b77
......@@ -23,7 +23,7 @@ distro/.regular-base: distro/.regular-bare use/vmguest use/memtest use/efi/dtb +
distro/.regular-x11: distro/.regular-base mixin/regular-x11 \
use/x11/wacom use/x11/amdgpu +wireless \
use/live/x11 use/live/repo \
use/live/suspend use/browser/firefox/live \
use/live/suspend use/browser/firefox \
use/syslinux/ui/gfxboot use/grub/ui/gfxboot
@$(call add,THE_BRANDING,bootloader)
@$(call add,THE_LISTS,$(call tags,(base || desktop) && regular))
......
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