Commit afb547b6 authored by Michael Shigorin's avatar Michael Shigorin

install2: introduce stage3 bits

use/install2/stage3 is only needed for distributions implementing their own installer-*-stage3 package (e.g., centaurus and simply but not kdesktop).
parent 1287c9b3
......@@ -19,6 +19,10 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
use/install2/full: use/install2/packages use/install2/vmguest \
use/syslinux/localboot.cfg use/syslinux/ui/menu use/bootloader; @:
# for distributions with their own -stage3 installer part
use/install2/stage3: use/install2
@$(call add,BASE_PACKAGES,installer-$$(INSTALLER)-stage3)
# just an alias, better use its endpoint directly
use/install2/fonts: use/fonts/install2
......
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