Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/guest-os.cfg.sample | 11 +++++++ client/virt/unattended/Ubuntu-11-10.preseed | 42 +++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 0 deletions(-) create mode 100644 client/virt/unattended/Ubuntu-11-10.preseed diff --git a/client/tests/kvm/guest-os.cfg.sample b/client/tests/kvm/guest-os.cfg.sample index 1462754..1e19c52 100644 --- a/client/tests/kvm/guest-os.cfg.sample +++ b/client/tests/kvm/guest-os.cfg.sample @@ -986,6 +986,17 @@ variants: md5sum_cd1 = 355ca2417522cb4a77e0295bf45c5cd5 md5sum_1m_cd1 = 65b1514744bf99e88f6228e9b6f152a8 + - 11.10-server-64: + image_name += -11.10-server-64 + unattended_install: + kernel = images/ubuntu-server-11-10-64/vmlinuz + initrd = images/ubuntu-server-11-10-64/initrd.gz + boot_path = install + unattended_install.cdrom: + unattended_file = unattended/Ubuntu-11-10.preseed + cdrom_cd1 = isos/linux/ubuntu-11.10-server-amd64.iso + md5sum_cd1 = f8a0112b7cb5dcd6d564dbe59f18c35f + md5sum_1m_cd1 = 3f5d0a11f4d62f82db358b329819ad9c - DSL-4.2.5: no setup dbench bonnie linux_s3 diff --git a/client/virt/unattended/Ubuntu-11-10.preseed b/client/virt/unattended/Ubuntu-11-10.preseed new file mode 100644 index 0000000..b4bec84 --- /dev/null +++ b/client/virt/unattended/Ubuntu-11-10.preseed @@ -0,0 +1,42 @@ +debconf debconf/priority string critical +unknown debconf/priority string critical +d-i debconf/priority string critical +d-i debian-installer/locale string en_US +d-i console-tools/archs select at +d-i console-keymaps-at/keymap select us + +d-i netcfg/choose_interface select auto +d-i netcfg/get_hostname string unassigned-hostname +d-i netcfg/get_domain string unassigned-domain +d-i netcfg/wireless_wep string + +d-i clock-setup/utc boolean true +d-i time/zone string US/Eastern + +d-i partman-auto/method string regular +d-i partman-auto/choose_recipe select home +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/confirm_nooverwrite boolean true + +d-i passwd/root-login boolean true +d-i passwd/make-user boolean false +d-i passwd/root-password password 12345678 +d-i passwd/root-password-again password 12345678 + +tasksel tasksel/first multiselect standard + +d-i pkgsel/include string openssh-server build-essential + +d-i grub-installer/only_debian boolean true +d-i grub-installer/with_other_os boolean true + +d-i apt-setup/security_host string +base-config apt-setup/security-updates boolean false + +ubiquity ubiquity/summary note +ubiquity ubiquity/reboot boolean true + +d-i finish-install/reboot_in_progress note +d-i debian-installer/exit/poweroff boolean true -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html