have different dists
[camarabuntu.git] / preseed / camarabuntu-cd-install-6.06-addis-ababa.seed
blob82121f9fc99a466fc07785afb15c86ebab7da380
1 # Set the installer language to Hiberno-English and UK keybaord layout
2 # Note: This are set before the cd is loaded, so they must be specified in the
3 # kernel options as so:
4 # locale=en_IE preseed/locale=en_IE kbd-chooser/method=uk console-setup/layoutcode=en_IE
6 ## Network
7 d-i netcfg/choose_interface select auto
8 d-i netcfg/disable_dhcp boolean true
9 d-i netcfg/get_nameservers string 127.0.0.1
10 d-i netcfg/get_ipaddress string 127.0.0.1
11 d-i netcfg/get_netmask string 255.255.255.0
12 d-i netcfg/get_gateway string 127.0.0.1
13 d-i netcfg/confirm_static boolean trueable all networking, by not specifing anything here.
14 d-i mirror/http/proxy string
16 # Adjust the default hostname.
17 d-i netcfg/get_hostname  string camarabuntu
19 ## Partitioning
20 # Put everything in one partition
21 d-i partman-auto/disk string /dev/hda
23 d-i partman-auto/choose_recipe \
24      select All files in one partition (recommended for new users)
26 d-i partman/confirm_write_new_label boolean true
27 d-i partman/choose_partition \
28      select Finish partitioning and write changes to disk
29 d-i partman/confirm boolean true
31 # Sync clock to UTC
32 d-i clock-setup/utc boolean true
34 # Set the timezone
35 d-i time/zone string Europe/Dublin
37 ## user set up
38 d-i passwd/root-login boolean true
39 # MD5 sum of the user's password
40 d-i passwd/root-password-crypted password $1$COqVFJXa$NAXxvse1luhPtilzfcrXK/
42 # When we set the root password, the first user doesn't have sudo
43 # Source: https://bugs.launchpad.net/ubuntu/+source/user-setup/+bug/16139
45 # Set username & password
46 d-i passwd/make-user boolean true
47 d-i passwd/user-fullname string Camara
48 d-i passwd/username string camara
49 d-i passwd/user-password password camara
50 d-i passwd/user-password-again password camara
52 # install grub in MBR, a handy default
53 d-i grub-installer/with_other_os boolean true
55 # Install the Edubuntu desktop and server.
56 d-i     pkgsel/install-pattern  string ~t^edubuntu-standard$|~t^edubuntu-desktop$|~t^edubuntu-server$
58 # don't show us the Installing successful dialog
59 d-i finish-install/reboot_in_progress note
61 # XServer set up.
62 xserver-xorg xserver-xorg/autodetect_monitor boolean true
63 xserver-xorg xserver-xorg/config/display/modes multiselect 1280×1024, 800×600, 640×480
64 xserver-xorg xserver-xorg/config/monitor/selection-method select medium
65 xserver-xorg xserver-xorg/config/monitor/mode-list select 1024×768 @ 60 Hz
67 # disable apt mirror scanning because it just hangs if there is no network
68 d-i apt-setup/use_mirror boolean false