4 # By default, a non-root user is created (with root provided by sudo). Set
5 # the desired username here.
8 # The hostname that the image uses
11 # Build architecture (passed to debootstrap)
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/ squeeze main contrib non-free
18 deb http://security.debian.org/ squeeze/updates main contrib non-free
19 deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free"
22 IMG_LOCALE="en_US.UTF-8 UTF-8"