have different dists
[camarabuntu.git] / preseed / camarabuntu-network-install.seed
blob5b5b048c5d3bbef7740ec23df6dd33a7bdc952f1
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 console-setup/layoutcode=uk
5 # These lines are incl
6 #d-i debian-installer/locale string ie_IE
7 #d-i console-setup/layoutcode string uk
8 # Install source
9 d-i     mirror/country    string enter information manually
10 d-i     mirror/http/hostname    string 192.168.2.1
11 d-i     mirror/http/directory   string /camarabuntu/6.06/
12 d-i     mirror/suite            string dapper
13 d-i     mirror/http/proxy       string
15 ## Network
16 # Adjust the default hostname.
17 d-i netcfg/get_hostname  string camarabuntu
18 # Apt mirror
19 d-i mirror/http/proxy    string  
21 ## Partitioning
22 # Put everything in one partition
23 d-i partman-auto/disk string /dev/hda
25 d-i partman-auto/choose_recipe \
26      select All files in one partition (recommended for new users)
28 d-i partman/confirm_write_new_label boolean true
29 d-i partman/choose_partition \
30      select Finish partitioning and write changes to disk
31 d-i partman/confirm boolean true
33 # Sync clock to UTC
34 d-i clock-setup/utc boolean true
36 # Set the timezone
37 d-i time/zone string Europe/Dublin
39 ## user set up
40 d-i passwd/root-login boolean true
41 # MD5 sum of the user's password
42 d-i passwd/root-password-crypted password $1$5Vmavx2s$bzv0NHraiyhkD9guVZS2g.
44 # When we set the root password, the first user doesn't have sudo
45 # Source: https://bugs.launchpad.net/ubuntu/+source/user-setup/+bug/16139
47 # Set username & password
48 d-i passwd/make-user boolean true
49 d-i passwd/user-fullname string Camara
50 d-i passwd/username string camara
51 d-i passwd/user-password password camara
52 d-i passwd/user-password-again password camara
54 # install grub in MBR, a handy default
55 d-i grub-installer/with_other_os boolean true
57 # Install the Edubuntu desktop and server.
58 tasksel tasksel/first    multiselect edubuntu-desktop, edubuntu-server
59 d-i     pkgsel/install-pattern  string ~t^edubuntu-standard$|~t^edubuntu-desktop$|~t^edubuntu-server$
61 # don't show us the Installing successful dialog
62 d-i finish-install/reboot_in_progress note
64 # XServer set up.
65 xserver-xorg xserver-xorg/autodetect_monitor boolean true
66 xserver-xorg xserver-xorg/config/display/modes multiselect 1280×1024, 800×600, 640×480
67 xserver-xorg xserver-xorg/config/monitor/selection-method select medium
68 xserver-xorg xserver-xorg/config/monitor/mode-list select 1024×768 @ 60 Hz