From 7fda85251930ea6db07c2dbac89e26007351dd47 Mon Sep 17 00:00:00 2001 From: Adam Glasgall Date: Thu, 2 May 2013 20:12:52 -0400 Subject: [PATCH] add precise preseed files --- code/static/preseed/precise-amd64.preseed | 1 + code/static/preseed/precise-i386.preseed | 1 + code/static/preseed/precise.preseed | 37 +++++++++++++++++++++++++++++ debian/changelog | 6 +++++ 4 files changed, 45 insertions(+) create mode 120000 code/static/preseed/precise-amd64.preseed create mode 120000 code/static/preseed/precise-i386.preseed create mode 100644 code/static/preseed/precise.preseed diff --git a/code/static/preseed/precise-amd64.preseed b/code/static/preseed/precise-amd64.preseed new file mode 120000 index 0000000..aeb1a1b --- /dev/null +++ b/code/static/preseed/precise-amd64.preseed @@ -0,0 +1 @@ +precise.preseed \ No newline at end of file diff --git a/code/static/preseed/precise-i386.preseed b/code/static/preseed/precise-i386.preseed new file mode 120000 index 0000000..aeb1a1b --- /dev/null +++ b/code/static/preseed/precise-i386.preseed @@ -0,0 +1 @@ +precise.preseed \ No newline at end of file diff --git a/code/static/preseed/precise.preseed b/code/static/preseed/precise.preseed new file mode 100644 index 0000000..fc581b0 --- /dev/null +++ b/code/static/preseed/precise.preseed @@ -0,0 +1,37 @@ +# Download packages from mirrors.mit.edu +d-i mirror/country string enter information manually +d-i mirror/http/countries string manual +d-i mirror/http/hostname string mirrors.mit.edu +d-i mirror/http/directory string /ubuntu/ +d-i mirror/http/proxy string + +# Use time.mit.edu for NTP syncing +d-i clock-setup/ntp-server string time.mit.edu + +# Guided partitioning with LVM +d-i partman-auto/method string lvm +d-i partman-auto/choose_recipe select atomic +d-i partman-lvm/confirm boolean true +d-i partman-lvm/confirm_nooverwrite boolean true +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 + +# Use the linux-virtual kernel +d-i base-installer/kernel/image string linux-virtual + +# Create just a root account +d-i passwd/root-login boolean true +d-i passwd/root-password string fake_value +d-i passwd/root-password-again string fake_value +d-i passwd/make-user boolean false + +# Use GRUB 1 so PyGrub can read the menu.lst +d-i grub-installer/grub2_instead_of_grub_legacy boolean false + +# Remove the root password so users can log in on the console +d-i preseed/late_command string in-target passwd -d root + +# Avoid that last message about the install being complete. +d-i finish-install/reboot_in_progress note diff --git a/debian/changelog b/debian/changelog index 3142af7..bbd123f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,12 @@ invirt-web (0.1.31) unstable; urgency=low -- Peter A. Iannucci Mon, 20 May 2013 09:00:00 -0400 +invirt-web (0.1.31~dvorak427glasgall3) precise; urgency=low + + * Add Precise preseed files + + -- Adam Glasgall Thu, 02 May 2013 20:08:59 -0400 + invirt-web (0.1.31~dvorak427glasgall2dvorak42) precise; urgency=low * Fixed the guest disk name to xvda. -- 1.7.9.5