Skip to content

add config name to .img or .iso

Ron Williams requested to merge rw_van/redox:rw_van_221112 into master

make all now makes build/$(ARCH)/$(CONFIG_NAME)_harddrive.img, where CONFIG_NAME is desktop, server, demo, etc., matching the basename of FILESYSTEM_CONFIG. ./build.sh gives options so you don't have to type make ARCH=arch CONFIG=config FILESYSTEM_CONFIG=config/arch/config.toml target ./build.sh --help for details.

Merge request reports