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.
This commit is contained in:
parent
9350393f8f
commit
a85e011c68
@ -16,7 +16,8 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
|
|||||||
@$(call xport,INSTALL2_CLEANUP_KDRIVERS)
|
@$(call xport,INSTALL2_CLEANUP_KDRIVERS)
|
||||||
|
|
||||||
# doesn't use/install2/fs on purpose (at least so far)
|
# 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; @:
|
use/syslinux/localboot.cfg use/syslinux/ui/menu use/bootloader; @:
|
||||||
|
|
||||||
# for distributions with their own -stage3 installer part
|
# for distributions with their own -stage3 installer part
|
||||||
@ -75,6 +76,10 @@ use/install2/reiserfs:
|
|||||||
use/install2/suspend:
|
use/install2/suspend:
|
||||||
@$(call add,INSTALL2_PACKAGES,installer-feature-desktop-suspend-stage2)
|
@$(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
|
# when VNC installation is less welcome than a few extra megs
|
||||||
use/install2/cleanup/vnc:
|
use/install2/cleanup/vnc:
|
||||||
@$(call add,INSTALL2_CLEANUP_PACKAGES,x11vnc xorg-xvfb)
|
@$(call add,INSTALL2_CLEANUP_PACKAGES,x11vnc xorg-xvfb)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user