809ae4d9e8
su wasn't making it into the image breaking ~/.git setup, and there's no reason for a full default boot timeout either.
13 lines
399 B
Makefile
13 lines
399 B
Makefile
use/dev:
|
|
@$(call add_feature)
|
|
@$(call add,THE_PACKAGES,git-core hasher gear)
|
|
|
|
use/dev/mkimage: use/dev
|
|
@$(call add,THE_PACKAGES,mkimage shadow-change su)
|
|
|
|
use/dev/repo: use/dev use/repo/main
|
|
@$(call add,THE_PACKAGES,apt-repo)
|
|
@$(call add,MAIN_PACKAGES,rpm-build basesystem)
|
|
@$(call add,MAIN_PACKAGES,fakeroot sisyphus_check)
|
|
@$(call add,MAIN_PACKAGES,file make-initrd make-initrd-propagator)
|