Commit a85e011c authored by Michael Shigorin's avatar Michael Shigorin

install2: add tools subtarget

The use case at hand was: "we'd better backup this system to a flashdrive before installing" (given quad-core CPU and half-terabyte HDD); pxz is pretty tiny, no worries.
parent 9350393f
......@@ -16,7 +16,8 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
@$(call xport,INSTALL2_CLEANUP_KDRIVERS)
# doesn't use/install2/fs on purpose (at least so far)
use/install2/full: use/install2/packages use/install2/vmguest \
use/install2/full: \
use/install2/packages use/install2/vmguest use/install2/tools \
use/syslinux/localboot.cfg use/syslinux/ui/menu use/bootloader; @:
# for distributions with their own -stage3 installer part
......@@ -75,6 +76,10 @@ use/install2/reiserfs:
use/install2/suspend:
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
# extras
use/install2/tools:
@$(call add,INSTALL2_PACKAGES,pxz)
# when VNC installation is less welcome than a few extra megs
use/install2/cleanup/vnc:
@$(call add,INSTALL2_CLEANUP_PACKAGES,x11vnc xorg-xvfb)
......
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