]> spindle.queued.net Git - xodist/blob - configs/debxo-kde/variables
d10ede77f0cadd94c07f0bd1b7d0a27bc36ba03f
[xodist] / configs / debxo-kde / variables
1 # DebXO variables
2
3
4 # By default, a non-root user is created (with root provided by sudo).  Set
5 # the desired username here.
6 DEFUSER=olpc
7
8 # The hostname that the image uses
9 IMG_HOSTNAME=debxo
10
11 # Build architecture (passed to debootstrap)
12 IMG_ARCH=i386
13
14 # The contents of /etc/apt/sources.list file in the _final_ image.  Note that
15 # during the image creation process, a different mirror (ie, a local cache)
16 # can be used by supplying --local-apt-mirror.
17 APT_SOURCES="deb http://http.us.debian.org/debian/ lenny main contrib non-free
18 deb http://security.debian.org/ lenny/updates main contrib non-free
19 deb http://www.backports.org/debian lenny-backports main contrib non-free"
20
21 # The default locale
22 IMG_LOCALE="en_US.UTF-8 UTF-8"
23