f5a8b89381
- introduced generic stage2 subprofile (non-standalone) - ported installer and rescue over to stage2/{install2,rescue} - initial stage2/live (needs more work for sure) - use make-initrd-propagator - updated and somewhat extended doc/ NB: mind #26133, #26134
9 lines
284 B
Makefile
9 lines
284 B
Makefile
# "1" is not a typo
|
|
use/stage2: sub/stage1
|
|
@$(call add,FEATURES,stage2)
|
|
@$(call add,STAGE1_PACKAGES,file make-initrd make-initrd-propagator)
|
|
|
|
# NB: sub/stage2 isn't used standalone but rather
|
|
# as a base for various livecd modifications
|
|
# (currently install2, live, rescue)
|