# Install source d-i mirror/country string enter information manually d-i mirror/http/hostname string 192.168.95.20 d-i mirror/http/directory string /ubuntu-606-server-i386 d-i mirror/suite string dapper d-i mirror/http/proxy string #network d-i netcfg/choose_interface select auto d-i netcfg/disable_dhcp boolean true d-i netcfg/get_nameservers string 83.146.21.6, 212.158.248.5 d-i netcfg/get_ipaddress string 192.168.95.30 d-i netcfg/get_netmask string 255.255.255.0 d-i netcfg/get_gateway string 192.168.95.1 d-i netcfg/confirm_static boolean false d-i netcfg/get_hostname string elmer d-i netcfg/get_domain string hifichoice.com # Partitioning.. auto ... DANGEROUS! d-i partman/confirm_write_new_label boolean false d-i partman/choose_partition select Finish partitioning and write changes to disk d-i partman/confirm boolean false d-i partman-auto/choose_recipe select Multi-user workstation # Set root password passwd passwd/root-password password qwerty passwd passwd/root-password-again password qwerty # Create a user passwd passwd/make-user boolean true passwd passwd/user-fullname string hali passwd passwd/username string hali passwd passwd/user-password password qwerty passwd passwd/user-password-again password qwerty