################################### # Preseed Config - File for INS # ################################### ### Localization # Locale sets language and country. d-i debian-installer/locale string en_US # Keyboard selection. # Disable automatic (interactive) keymap detection. d-i console-setup/ask_detect boolean false d-i console-setup/layoutcode string us # INS - HOSTNAME d-i netcfg/get_hostname string peak64g-27 d-i netcfg/get_domain string local # Disable that annoying WEP key dialog. d-i netcfg/wireless_wep string ### Mirror settings # If you select ftp, the mirror/country string does not need to be set. d-i mirror/protocol string http d-i mirror/country string manual d-i mirror/http/hostname string 172.16.255.1 d-i mirror/http/directory string /ubuntu d-i mirror/http/proxy string ### Clock and time zone setup # Controls whether or not the hardware clock is set to UTC. d-i clock-setup/utc boolean true d-i time/zone string Europe/Berlin d-i clock-setup/ntp boolean true d-i clock-setup/ntp-server time.ins.uni-bonn.de ### INS - Partitionierung # Dies sind alle Bestaetigungen auf Partitionierungsfragen. d-i partman/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman-lvm/confirm boolean true d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true # Dies ermoeglicht die Ueberschreibung von vorhandenen Partitionen d-i partman-auto/method string regular # Gibt an welche Platte benutzt werden soll d-i partman-auto/disk string /dev/sda # Dies ist die Partitionstabelle: d-i partman-auto/choose_recipe select expert d-i partman-auto/expert_recipe string \ boot-root :: \ 500 20000 20000 ext3 \ $primary{ } $bootable{ } \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ / } $bootable{} \ . \ 500 20000 -1 ext3 \ method{ format } format{ } \ use_filesystem{ } filesystem{ ext4 } \ mountpoint{ /var } \ . \ 1000 512 150% linux-swap \ method{ swap } format{ } \ . \ ### Account setup # Root Account d-i passwd/root-login boolean true passwd passwd/root-login boolean true # Alternatively, to skip creation of a normal user account. d-i passwd/make-user boolean false passwd passwd/make-user boolean false #password 19.08.2013 passwd passwd/root-password-crypted password $6$E/CUctcC$oeKnmW5HsTnw0uGYgrFOFX.97PByOAkCrSCaGjvj6kJlhmvO.Z1t6u79OVOfa8YQtdwa1oUh5VJamiK/9vz/T1 ### Apt setup # You can choose to install restricted and universe software, or to install # software from the backports repository. d-i apt-setup/restricted boolean true d-i apt-setup/universe boolean true d-i apt-setup/backports boolean true d-i apt-setup/services-select multiselect security d-i apt-setup/security_host string security.ubuntu.com d-i apt-setup/security_path string /ubuntu # Additional repositories, local[0-9] available d-i apt-setup/local0/repository string \ http://172.16.255.1/additional-precise ./ d-i apt-setup/local1/repository string \ http://172.16.255.1/mlx-precise ./ ### Package selection tasksel tasksel/first multiselect standard, ubuntu-minimal # Language pack selection d-i pkgsel/install-language-support boolean false # Some versions of the installer can report back on what software you have # installed, and what software you use. The default is not to report back, # but sending reports helps the project determine what software is most # popular and include it on CDs. popularity-contest popularity-contest/participate boolean false ### Boot loader installation # This is fairly safe to set, it makes grub install automatically to the MBR # if no other operating system is detected on the machine. d-i grub-installer/only_debian boolean false d-i grub-installer/bootdev string /dev/sda # This one makes grub-installer install to the MBR if it also finds some other # OS, which is less safe as it might not be able to boot that other OS. d-i grub-installer/with_other_os boolean false ### Finishing up the installation # Avoid that last message about the install being complete. d-i finish-install/reboot_in_progress note # This will prevent the installer from ejecting the CD during the reboot, # which is useful in some situations. d-i cdrom-detect/eject boolean false # This is how to make the installer shutdown when finished, but not # reboot into the installed system. # d-i debian-installer/exit/halt boolean true ### X configuration # Monitor autodetection is recommended. xserver-xorg xserver-xorg/autodetect_monitor boolean true # Uncomment if you have an LCD display. #xserver-xorg xserver-xorg/config/monitor/lcd boolean true # X has three configuration paths for the monitor. Here's how to preseed # the "medium" path, which is always available. The "simple" path may not # be available, and the "advanced" path asks too many questions. xserver-xorg xserver-xorg/config/monitor/selection-method \ select medium xserver-xorg xserver-xorg/config/monitor/mode-list \ select 1024x768 @ 60 Hz ### Preseeding other packages ## FS#729 Problem ist wahrscheinlich, das /target nicht existiert! # in der Shell hat es geklappt d-i preseed/late_command string mkdir -p /target/var/log/ins/; wget http://172.16.255.1/phpseed/fetch/late_command.sh/peak64g-27 -O /target/late_command.sh;chmod +x /target/late_command.sh;/target/late_command.sh d-i localechooser/supported-locales multiselect en_US.UTF-8 d-i preseed/early_command string mkdir -p /target; wget http://172.16.255.1/phpseed/fetch/early_command.sh/peak64g-27 -O /target/early_command.sh;chmod +x /target/early_command.sh;/target/early_command.sh || true user-setup-udeb user-setup/encrypt-home boolean false pkgsel pkgsel/update-policy select none d-i debian-installer/allow_unauthenticated string true #INS - NIS Config dash dash/sh boolean false postfix postfix/main_mailer_type select Internet with smarthost postfix postfix/mailname string ins.uni-bonn.de postfix postfix/relayhost string everest.atacama postfix postfix/destinations string peak64g-27, localhost postfix postfix/protocols select ipv4 postfix postfix/root_address string postfix postfix/not_configured error libpaper1 libpaper/defaultpaper select a4 #NIS nis nis/domain string himalaya