]> spindle.queued.net Git - xodist/blob - configs/debxo-kde/variables
mkchroot.sh: break out non-olpc stuff
[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
20 # The default locale
21 IMG_LOCALE="en_US.UTF-8 UTF-8"
22