profiles.mk.sample 455 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.$(ARCH)
6

Michael Shigorin's avatar
Michael Shigorin committed
7
# turns on GLOBAL_VERBOSE and prettier output
8 9 10 11
#DEBUG = 1

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

13 14 15
# run with lower CPU and I/O priorities
#NICE = 1

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