import babelbox-squeeze.tgz (thanks, tolimar)

SHA-1:1e24d3e7c54ddffb96423a6f61e565d078b97a7a, from
<http://d-i.debian.org/babelbox/babelbox-squeeze.tgz>
This commit is contained in:
Luca Capello 2012-07-03 17:03:15 -06:00
parent 86b9d8034c
commit 2879ec58c2
7 changed files with 82 additions and 85 deletions

View file

@ -33,7 +33,7 @@ d-i netcfg/get_domain string unassigned-domain
### Mirror settings
d-i mirror/country string enter information manually
d-i mirror/http/hostname string ftp.nl.debian.org
d-i mirror/http/hostname string 10.0.2.2
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
@ -46,6 +46,7 @@ d-i partman-auto/choose_recipe select atomic
# This makes partman automatically partition without confirmation.
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
### Clock and time zone setup
# Controls whether or not the hardware clock is set to UTC.
@ -60,7 +61,7 @@ d-i time/zone string Europe/Amsterdam
d-i apt-setup/use_mirror boolean false
# We don't need security updates for this
d-i apt-setup/security_host string
d-i apt-setup/services-select multiselect
### Account setup
d-i passwd/root-password password r00tme
@ -73,14 +74,16 @@ d-i passwd/user-password password r00tme
d-i passwd/user-password-again password r00tme
### Boot loader installation
# Install grub to the 4th partition
# uncomment and edit these lines:
d-i grub-installer/bootdev string (hd0,4)
d-i grub-installer/only_debian boolean false
d-i grub-installer/with_other_os boolean false
d-i grub-installer/skip boolean true
d-i lilo-installer/skip bollean true
### Package selection
tasksel tasksel/first multiselect standard, desktop
## don't install the desktop task, it takes to long to install
tasksel tasksel/first multiselect
## instead install a quite minimal GNOME setup and desktop-base (for spacefun theme)
d-i pkgsel/include string gdm3, gnome-session, gnome-icon-teme, desktop-base,
xserver-xorg-core, xserver-xorg-input-evdev, xserver-xorg-video-vesa, xserver-xorg
# Don't install popcon
popularity-contest popularity-contest/participate boolean false