Commit faae2165 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: sysv-tde += rescue, efi-shell

Adding rescue image was requested by Speccyfighter (in Russian): http://lists.altlinux.org/pipermail/community/2013-December/681045.html ...and it seems hard but doable if one doesn't mind barebone rescue; still efi-shell shouldn't spoil x86_64 build as that one won't fit CD-R and doesn't have to anyways.
parent 38152b0f
......@@ -112,8 +112,9 @@ distro/regular-rescue: distro/.regular-bare use/rescue/rw \
@$(call add,RESCUE_PACKAGES,gpm)
distro/regular-sysv-tde: distro/.regular-install-x11 \
mixin/desktop-installer mixin/regular-tde use/branding/complete \
use/net-eth/dhcp use/install2/fs use/efi/refind; @:
mixin/desktop-installer mixin/regular-tde \
use/branding/complete use/net-eth/dhcp use/install2/fs \
use/efi/refind use/efi/shell use/rescue/base; @:
distro/regular-server: distro/.regular-install \
use/install2/fs use/server/mini
......
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