3 # Configuration file for the Amnesia live system
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.
10 # These configuration files are actually shell scripts, and are
11 # sourced by various other scripts.
13 # Base for the string that will be passed to "lb config --bootappend-live"
14 # FIXME: see [[bugs/sdmem_on_eject_broken_for_CD]] for explanation why we
15 # need to set block.events_dfl_poll_msecs
16 AMNESIA_APPEND="live-media=removable nopersistent noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash nox11autologin module=Tails"
18 ### You should not have to change anything bellow this line ####################
21 if [ ! -x "`which dpkg-parsechangelog`" ]; then
22 echo "could not find dpkg-parsechangelog, please apt-get install dpkg-dev" >&2
26 # Compute the current Amnesia's version once for all
27 AMNESIA_TODAY="`date '+%Y%m%d'`"
28 AMNESIA_VERSION="`dpkg-parsechangelog | sed -n 's/^Version: //p'`"
29 AMNESIA_FULL_VERSION="${AMNESIA_VERSION} - ${AMNESIA_TODAY}"
31 # Developpers' data used by git-dch, debcommit and friends in the release script
32 AMNESIA_DEV_FULLNAME='Tails developers'
33 AMNESIA_DEV_EMAIL="amnesia@boum.org"
34 AMNESIA_DEV_KEYID="BE2CD9C1"
36 # Supported languages (displayed in this order by the syslinux menu)
37 AMNESIA_SUPPORTED_LANGUAGES="ar zh en fa fr de it pt ru es vi sv"