# Ubuntu Server Quick Install # by Dustin Kirkland # Modified by James Page # * Documentation: http://bit.ly/uquick-doc disk-detect disk-detect/multipath/enable boolean true d-i partman-auto/disk string /dev/mapper/mpath0 d-i partman-auto/method string regular d-i partman-lvm/device_remove_lvm boolean true d-i partman-md/device_remove_md boolean true d-i partman-lvm/confirm boolean true d-i partman-auto/choose_recipe select atomic d-i partman-partitioning/confirm_write_new_label boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true d-i base-installer/kernel/image string linux-server d-i passwd/root-login boolean false d-i passwd/make-user boolean true d-i passwd/user-fullname string ubuntu d-i passwd/username string ubuntu d-i passwd/user-password password insecure d-i passwd/user-password-again password insecure d-i passwd/user-uid string d-i user-setup/allow-password-weak boolean true d-i user-setup/encrypt-home boolean false d-i passwd/user-default-groups string adm admin cdrom dialout lpadmin plugdev sambashare d-i apt-setup/restricted boolean true d-i apt-setup/universe boolean true d-i apt-setup/multiverse boolean true d-i apt-setup/backports boolean false d-i apt-setup/proposed boolean true d-i apt-setup/security_host string d-i debian-installer/allow_unauthenticated string true d-i pkgsel/upgrade select safe-upgrade d-i pkgsel/language-packs multiselect d-i pkgsel/update-policy select none d-i pkgsel/updatedb boolean true d-i grub-installer/skip boolean false d-i lilo-installer/skip boolean true d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i finish-install/keep-consoles boolean false d-i finish-install/reboot_in_progress note d-i cdrom-detect/eject boolean true d-i debian-installer/exit/halt boolean false d-i debian-installer/exit/poweroff boolean false d-i pkgsel/include string byobu vim openssh-server multipath-tools multipath-tools-boot d-i preseed/late_command string chroot /target sh -c "sed -i 's/^%admin.*$/%admin ALL=(ALL) NOPASSWD: ALL/' /etc/sudoers"