[26997] in Source-Commits
/svn/athena r25880 - in trunk/debathena/scripts/installer/pxe: precise/debathena quantal/debathena raring/debathena
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Apr 1 15:59:37 2013
Date: Mon, 1 Apr 2013 15:59:30 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201304011959.r31JxUIb030706@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2013-04-01 15:59:30 -0400 (Mon, 01 Apr 2013)
New Revision: 25880
Modified:
trunk/debathena/scripts/installer/pxe/precise/debathena/lvm-cluster-machine.partman
trunk/debathena/scripts/installer/pxe/precise/debathena/preseed.autoinstall
trunk/debathena/scripts/installer/pxe/quantal/debathena/lvm-cluster-machine.partman
trunk/debathena/scripts/installer/pxe/quantal/debathena/preseed.autoinstall
trunk/debathena/scripts/installer/pxe/raring/debathena/lvm-cluster-machine.partman
trunk/debathena/scripts/installer/pxe/raring/debathena/preseed.autoinstall
Log:
* Drop /boot partition, GRUB can boot LVM these days
* Set partman-auto-lvm/no_boot to inform partman we know what
we're doing re: above
* Bump swap to 1G
Modified: trunk/debathena/scripts/installer/pxe/precise/debathena/lvm-cluster-machine.partman
===================================================================
--- trunk/debathena/scripts/installer/pxe/precise/debathena/lvm-cluster-machine.partman 2013-03-29 16:53:30 UTC (rev 25879)
+++ trunk/debathena/scripts/installer/pxe/precise/debathena/lvm-cluster-machine.partman 2013-04-01 19:59:30 UTC (rev 25880)
@@ -1,18 +1,13 @@
cluster ::
-500 200 500 ext3
- $primary{ } $bootable{ }
- method{ format } format{ }
- use_filesystem{ } filesystem{ ext3 }
- mountpoint{ /boot } .
-
10000 100000 1000000000 ext3
+ $primary{ } $bootable{ }
$lvmok{ }
use_filesystem{ } filesystem{ ext3 }
method{ format } format{ }
mountpoint{ / } .
-512 300% 300% linux-swap
+1000 300% 300% linux-swap
$lvmok{ }
method{ swap } format{ } .
Modified: trunk/debathena/scripts/installer/pxe/precise/debathena/preseed.autoinstall
===================================================================
--- trunk/debathena/scripts/installer/pxe/precise/debathena/preseed.autoinstall 2013-03-29 16:53:30 UTC (rev 25879)
+++ trunk/debathena/scripts/installer/pxe/precise/debathena/preseed.autoinstall 2013-04-01 19:59:30 UTC (rev 25880)
@@ -70,6 +70,8 @@
d-i partman-auto-lvm/guided_size string max
# Don't punt for no-method filesystems. Another undocumented option.
d-i partman-basicmethods/method_only boolean false
+# It's not 1999, GRUB is capable of booting LVM:
+d-i partman-auto-lvm/no_boot boolean true
# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
Modified: trunk/debathena/scripts/installer/pxe/quantal/debathena/lvm-cluster-machine.partman
===================================================================
--- trunk/debathena/scripts/installer/pxe/quantal/debathena/lvm-cluster-machine.partman 2013-03-29 16:53:30 UTC (rev 25879)
+++ trunk/debathena/scripts/installer/pxe/quantal/debathena/lvm-cluster-machine.partman 2013-04-01 19:59:30 UTC (rev 25880)
@@ -1,18 +1,13 @@
cluster ::
-200 200 200 ext3
- $primary{ } $bootable{ }
- method{ format } format{ }
- use_filesystem{ } filesystem{ ext3 }
- mountpoint{ /boot } .
-
10000 100000 1000000000 ext3
+ $primary{ } $bootable{ }
$lvmok{ }
use_filesystem{ } filesystem{ ext3 }
method{ format } format{ }
mountpoint{ / } .
-512 300% 300% linux-swap
+1000 300% 300% linux-swap
$lvmok{ }
method{ swap } format{ } .
Modified: trunk/debathena/scripts/installer/pxe/quantal/debathena/preseed.autoinstall
===================================================================
--- trunk/debathena/scripts/installer/pxe/quantal/debathena/preseed.autoinstall 2013-03-29 16:53:30 UTC (rev 25879)
+++ trunk/debathena/scripts/installer/pxe/quantal/debathena/preseed.autoinstall 2013-04-01 19:59:30 UTC (rev 25880)
@@ -70,6 +70,8 @@
d-i partman-auto-lvm/guided_size string max
# Don't punt for no-method filesystems. Another undocumented option.
d-i partman-basicmethods/method_only boolean false
+# It's not 1999, GRUB is capable of booting LVM:
+d-i partman-auto-lvm/no_boot boolean true
# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.
Modified: trunk/debathena/scripts/installer/pxe/raring/debathena/lvm-cluster-machine.partman
===================================================================
--- trunk/debathena/scripts/installer/pxe/raring/debathena/lvm-cluster-machine.partman 2013-03-29 16:53:30 UTC (rev 25879)
+++ trunk/debathena/scripts/installer/pxe/raring/debathena/lvm-cluster-machine.partman 2013-04-01 19:59:30 UTC (rev 25880)
@@ -1,18 +1,13 @@
cluster ::
-200 200 200 ext3
- $primary{ } $bootable{ }
- method{ format } format{ }
- use_filesystem{ } filesystem{ ext3 }
- mountpoint{ /boot } .
-
10000 100000 1000000000 ext3
+ $primary{ } $bootable{ }
$lvmok{ }
use_filesystem{ } filesystem{ ext3 }
method{ format } format{ }
mountpoint{ / } .
-512 300% 300% linux-swap
+1000 300% 300% linux-swap
$lvmok{ }
method{ swap } format{ } .
Modified: trunk/debathena/scripts/installer/pxe/raring/debathena/preseed.autoinstall
===================================================================
--- trunk/debathena/scripts/installer/pxe/raring/debathena/preseed.autoinstall 2013-03-29 16:53:30 UTC (rev 25879)
+++ trunk/debathena/scripts/installer/pxe/raring/debathena/preseed.autoinstall 2013-04-01 19:59:30 UTC (rev 25880)
@@ -70,6 +70,8 @@
d-i partman-auto-lvm/guided_size string max
# Don't punt for no-method filesystems. Another undocumented option.
d-i partman-basicmethods/method_only boolean false
+# It's not 1999, GRUB is capable of booting LVM:
+d-i partman-auto-lvm/no_boot boolean true
# This makes partman automatically partition without confirmation, provided
# that you told it what to do using one of the methods above.