profiles.mk.sample 539 Bytes
Newer Older
Michael Shigorin's avatar
Michael Shigorin committed
1
# sample ~/.mkimage/profiles.mk
Michael Shigorin's avatar
Michael Shigorin committed
2
# NB: REPORT doesn't work here, it's somewhat special
3

Michael Shigorin's avatar
Michael Shigorin committed
4
# where to look for apt.conf; system one used by default
5
APTCONF = ~/apt/apt.conf.$(BRANCH).$(ARCH)
6

7 8 9
# path to save out image
IMAGEDIR = ~/out/$(BRANCH)/$(shell date +%Y%m%d)

Michael Shigorin's avatar
Michael Shigorin committed
10
# turns on GLOBAL_VERBOSE and prettier output
11 12 13 14
#DEBUG = 1

# spares tmpfs, quite recommended unless you need raw workdir chroots
#CLEAN = 1
Michael Shigorin's avatar
Michael Shigorin committed
15

16 17 18
# run with lower CPU and I/O priorities
#NICE = 1

Michael Shigorin's avatar
Michael Shigorin committed
19 20
# try and draw attention when done (depends on readline/terminal settings)
#BELL = 1