mkimage-profiles/doc/profiles.mk.sample
Anton Midyukov e7d0f03959 Set variable BRANCH, if not defined or empty; show $BRANCH
So much clearer and easier.
Thanks glebfm@ for the idea.
2022-12-30 20:02:11 +07:00

21 lines
539 B
Plaintext

# sample ~/.mkimage/profiles.mk
# NB: REPORT doesn't work here, it's somewhat special
# where to look for apt.conf; system one used by default
APTCONF = ~/apt/apt.conf.$(BRANCH).$(ARCH)
# path to save out image
IMAGEDIR = ~/out/$(BRANCH)/$(shell date +%Y%m%d)
# turns on GLOBAL_VERBOSE and prettier output
#DEBUG = 1
# spares tmpfs, quite recommended unless you need raw workdir chroots
#CLEAN = 1
# run with lower CPU and I/O priorities
#NICE = 1
# try and draw attention when done (depends on readline/terminal settings)
#BELL = 1