Commit 88e2dcdc authored by Michael Shigorin's avatar Michael Shigorin

live.mk: drop efi support for kiosk base target

UEFI means quite a chunk of additional packages that aren't really required for the *base* target aimed at presumably minimalistic images.
parent 9e3ca09d
......@@ -15,7 +15,7 @@ distro/.live-desktop: distro/.base +live use/live/install use/stage2/net-eth \
distro/.live-desktop-ru: distro/.live-desktop use/live/ru; @:
distro/.live-kiosk: distro/.base use/live/base use/live/autologin +power \
use/syslinux/timeout/1 use/cleanup use/efi/signed use/stage2/net-eth
use/syslinux/timeout/1 use/cleanup use/stage2/net-eth
@$(call add,LIVE_PACKAGES,fonts-ttf-dejavu)
@$(call add,CLEANUP_PACKAGES,'alterator*' 'guile*' 'vim-common')
......
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