Skip to content

Instantly share code, notes, and snippets.

@whiteley
Created February 20, 2013 18:11
Show Gist options
  • Save whiteley/4997652 to your computer and use it in GitHub Desktop.
Save whiteley/4997652 to your computer and use it in GitHub Desktop.
Oz test for Ubuntu url mode
d-i debian-installer/locale string en_US
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string 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 %ROOTPW%
d-i passwd/root-password-again password %ROOTPW%
tasksel tasksel/first multiselect standard
d-i pkgsel/include/install-recommends boolean true
d-i pkgsel/include string openssh-server python-software-properties
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
<template>
<name>ubuntu12.04prtest</name>
<os>
<name>Ubuntu</name>
<version>12.04</version>
<arch>x86_64</arch>
<install type='url'>
<url>http://archive.ubuntu.com/ubuntu/dists/precise-updates/main/installer-amd64/current/images/netboot/</url>
</install>
</os>
<description>Ubuntu 12.04</description>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment