From: Adam Glasgall Date: Sat, 7 Jun 2014 16:29:24 +0000 (-0400) Subject: copy trusty preseed file for precise after confirming that it installs a working... X-Git-Tag: 0.1.45~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/ef32c679325a76f06cc1b192fa0e676623d7b967?ds=sidebyside copy trusty preseed file for precise after confirming that it installs a working machine --- diff --git a/code/static/preseed/trusty-amd64.preseed b/code/static/preseed/trusty-amd64.preseed new file mode 120000 index 0000000..8b3368f --- /dev/null +++ b/code/static/preseed/trusty-amd64.preseed @@ -0,0 +1 @@ +trusty.preseed \ No newline at end of file diff --git a/code/static/preseed/trusty-i386.preseed b/code/static/preseed/trusty-i386.preseed new file mode 120000 index 0000000..8b3368f --- /dev/null +++ b/code/static/preseed/trusty-i386.preseed @@ -0,0 +1 @@ +trusty.preseed \ No newline at end of file diff --git a/code/static/preseed/trusty.preseed b/code/static/preseed/trusty.preseed new file mode 100644 index 0000000..9a577e1 --- /dev/null +++ b/code/static/preseed/trusty.preseed @@ -0,0 +1,39 @@ +# 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/disk string /dev/xvda +d-i partman-auto/method string lvm +d-i partman-auto/choose_recipe select atomic +d-i partman-lvm/device_remove_lvm boolean true +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