895fae7d82
Implemented opportunistic alarm support as proposed by torabora; the actual result depends on readline and/or terminal settings (read up on "visual bell" vs "audible bell" in case it's wrong). TODO: this ought to be shifted downstream when proper logging framework is there.
14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
# sample ~/.mkimage/profiles.mk
|
|
|
|
# where to look for apt.conf; system one used by default
|
|
#APTCONF = ~/apt/apt.conf.$(ARCH)
|
|
|
|
# turns on GLOBAL_VERBOSE and prettier output
|
|
#DEBUG = 1
|
|
|
|
# spares tmpfs, quite recommended unless you need raw workdir chroots
|
|
#CLEAN = 1
|
|
|
|
# try and draw attention when done (depends on readline/terminal settings)
|
|
#BELL = 1
|