Store architecture for each binary package.
[tails.git] / config / amnesia
blob7d8d52154e31aff364e2f24b0c59bda8ef44a5a5
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 # 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 apparmor=1 security=apparmor nopersistence noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash noautologin module=Tails"
18 # Options passed to isohybrid
19 AMNESIA_ISOHYBRID_OPTS="-h 255 -s 63"
21 # Minimal upstream version of syslinux-utils we need
22 REQUIRED_SYSLINUX_UTILS_UPSTREAM_VERSION="6.03~pre20"
24 ### You should not have to change anything below this line ####################
26 # sanity checks
27 if [ ! -x "`which dpkg-parsechangelog`" ]; then
28    echo "could not find dpkg-parsechangelog, please apt-get install dpkg-dev" >&2
29    exit 2
32 # Compute the current Amnesia's version once for all
33 AMNESIA_NOW="`date --utc '+%Y%m%dT%H%MZ'`"
34 AMNESIA_TODAY="`date '+%Y%m%d'`"
35 AMNESIA_VERSION="`dpkg-parsechangelog -SVersion`"
36 AMNESIA_FULL_VERSION="${AMNESIA_VERSION} - ${AMNESIA_TODAY}"
38 # Developpers' data used by git-dch, debcommit and friends in the release script
39 AMNESIA_DEV_FULLNAME='Tails developers'
40 AMNESIA_DEV_EMAIL="tails@boum.org"
41 AMNESIA_DEV_KEYID="A490 D0F4 D311 A415 3E2B  B7CA DBB8 02B2 58AC D84F"