83392012d4
If you make distro/live-builder.iso, the result is an image containing almost everything (short of actual full enough repository) to rebuild itself. It will attempt to configure eth0 with DHCP and reach http://ftp.altlinux.org for packages. RAM requirements start with 2Gb, self-build is accomplished on a 4Gb host with "make CLEAN=1 distro/live-builder.iso". Packages required for "make distro/syslinux.iso" get included. (some due fixups all over the place too)
8 lines
193 B
Makefile
8 lines
193 B
Makefile
use/dev:
|
|
@$(call add,FEATURES,dev)
|
|
@$(call add,COMMON_PACKAGES,git-core hasher gear)
|
|
|
|
use/dev/mkimage: use/dev
|
|
@$(call add,COMMON_PACKAGES,mkimage)
|
|
@$(call add,LIVE_PACKAGES,shadow-change)
|