initial source tree import
[tails-test.git] / config / amnesia
blob2b7a18ec8dde66b6516d3c7e5c5d824169eaecfb
1 # -*- mode: sh; -*-
3 # Configuration file for the Amnesia live system
4
5 # You'd better never directly edit this file: rather put your custom
6 # variable assignments in a new file called 'amnesia.local', in the
7 # same directory as this one. The values found in the '.local' file
8 # will override the ones from this one.
9
10 # These configuration files are actually shell scripts, and are
11 # sourced by various other scripts.
13 # Supported: gnome|xfce
14 # Default: gnome
15 AMNESIA_BASE="gnome"
17 # Images types to build, as a space-separated list.
18 # Every element of this list must be a valid argument for "lh_config -b".
19 # Only iso, usb-hdd and tar are currently supported.
20 AMNESIA_IMAGES="iso"
22 # Base for the string that will be passed to "lh_config --bootappend-live"
23 AMNESIA_APPEND="quiet splash vga=791 live-media=removable live-media-timeout=15 noprompt"
25 # Refresh the live user's $HOME directory by copying the build system's
26 # /home/amnesia. See also AMNESIA_HOME_EXCLUDES.
27 # Supported: yes|no
28 # Default: no
29 AMNESIA_REFRESH_HOME="no"
31 # Patterns to exclude when refreshing /home/amnesia
32 AMNESIA_HOME_EXCLUDES="/home/amnesia/.bash_history \
33   /home/amnesia/.dbus/session-bus/* \
34   /home/amnesia/.gconf/desktop/gnome/peripherals/keyboard/host-* \
35   /home/amnesia/.kde/cache-* \
36   /home/amnesia/.kde/socket-* \
37   /home/amnesia/.kde/tmp-* \
38   /home/amnesia/.mozilla/firefox/*/bookmarkbackups/* \
39   /home/amnesia/.mozilla/firefox/*/urlclassifier3.sqlite \
40   /home/amnesia/.nautilus/metafiles/ \
41   /home/amnesia/.nautilus/saved-session-* \
42   /home/amnesia/.xsession-errors"
44 ### You should not have to change anything bellow this line ####################
46 # Compute the current Amnesia's version once for all
47 AMNESIA_TODAY="`date '+%Y%m%d'`"