[24270] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23868 - trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed Jun 17 22:54:37 2009

Date: Wed, 17 Jun 2009 22:54:24 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200906180254.n5I2sO8x000897@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: geofft
Date: 2009-06-17 22:54:24 -0400 (Wed, 17 Jun 2009)
New Revision: 23868

Modified:
   trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/postinstall.sh
   trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/preseed.autoinstall
Log:
Minimal change to the Intrepid installer so it still works after r23867



Modified: trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/postinstall.sh
===================================================================
--- trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/postinstall.sh	2009-06-18 02:24:35 UTC (rev 23867)
+++ trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/postinstall.sh	2009-06-18 02:54:24 UTC (rev 23868)
@@ -3,7 +3,7 @@
 # This is only invoked when the relevant preseed entry is passed in
 # during the preinstall questioning.  (Thus, not for vanilla installs.)
 
-cp /athena10-intrepid/preseed /target/root/athena10.preseed
+cp /athena10-intrepid/preseed /target/root/debathena.preseed
 cp /athena10-intrepid/install-debathena.sh /target/root
 if test -f /athena10-intrepid/pxe-install-flag ; then
   cp /athena10-intrepid/pxe-install-flag /target/root/pxe-install-flag

Modified: trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/preseed.autoinstall
===================================================================
--- trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/preseed.autoinstall	2009-06-18 02:24:35 UTC (rev 23867)
+++ trunk/debathena/scripts/installer/pxe/intrepid/athena10-intrepid/preseed.autoinstall	2009-06-18 02:54:24 UTC (rev 23868)
@@ -55,7 +55,7 @@
 # just point at it.
 d-i partman-auto/expert_recipe_file string /athena10-intrepid/lvm-cluster-machine.partman
 # This is completely undocumented.  Sigh.
-d-i partman-auto-lvm/new_vg_name string athena10
+d-i partman-auto-lvm/new_vg_name string athena
 # Don't punt for no-method filesystems.  Another undocumented option.
 d-i partman-basicmethods/method_only boolean false
 


home help back first fref pref prev next nref lref last post