have different dists
[camarabuntu.git] / preseed / camarabuntu-cd-install-8.04-addis-ababa.seed
blob7b43137d46f6c89e802f0b2abd0da86392d790ef
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
18 d-i netcfg/get_domain  string 
20 ## Partitioning
21 # Put everything in one partition
22 d-i partman-auto/init_automatically_partition select biggest_free
23 d-i partman-auto/method string regular
24 d-i partman-auto/purge_lvm_from_device boolean true
25 d-i partman-auto/choose_recipe select atomic
26 d-i partman/confirm_write_new_label boolean true
27 d-i partman/choose_partition select finish
28 d-i partman/confirm boolean true
30 # Sync clock to UTC
31 d-i clock-setup/utc boolean true
33 # Set the timezone
34 d-i time/zone string Europe/Dublin
36 ## user set up
37 d-i passwd/root-login boolean true
38 # MD5 sum of the user's password
39 d-i passwd/root-password-crypted password $1$COqVFJXa$NAXxvse1luhPtilzfcrXK/
41 # When we set the root password, the first user doesn't have sudo
42 # Source: https://bugs.launchpad.net/ubuntu/+source/user-setup/+bug/16139
44 # Set username & password
45 d-i passwd/make-user boolean true
46 d-i passwd/user-fullname string Camara
47 d-i passwd/username string camara
48 d-i passwd/user-password password camara
49 d-i passwd/user-password-again password camara
51 # install grub in MBR, a handy default
52 d-i grub-installer/with_other_os boolean true
54 tasksel tasksel/first   multiselect ubuntu-desktop
56 # don't show us the Installing successful dialog
57 d-i finish-install/reboot_in_progress note
59 # XServer set up.
60 xserver-xorg xserver-xorg/autodetect_monitor boolean true
61 xserver-xorg xserver-xorg/config/display/modes multiselect 1280×1024, 800×600, 640×480
62 xserver-xorg xserver-xorg/config/monitor/selection-method select medium
63 xserver-xorg xserver-xorg/config/monitor/mode-list select 1024×768 @ 60 Hz
65 # disable apt mirror scanning because it just hangs if there is no network
66 d-i apt-setup/use_mirror boolean false