[d-i-commits] r32212 - in trunk/packages/partman/partman-auto: debian recipes-alpha

Steve Langasek vorlon at costa.debian.org
Thu Nov 17 02:59:56 UTC 2005


Author: vorlon
Date: 2005-11-17 02:59:55 +0000 (Thu, 17 Nov 2005)
New Revision: 32212

Added:
   trunk/packages/partman/partman-auto/recipes-alpha/small_disk
Modified:
   trunk/packages/partman/partman-auto/debian/changelog
   trunk/packages/partman/partman-auto/debian/partman-auto.templates
Log:
Add a smalldisk recipe for alpha, so that systems with little disk space
can use a single ext2 partition for the whole install (closes: #261182).



Modified: trunk/packages/partman/partman-auto/debian/changelog
===================================================================
--- trunk/packages/partman/partman-auto/debian/changelog	2005-11-17 02:49:15 UTC (rev 32211)
+++ trunk/packages/partman/partman-auto/debian/changelog	2005-11-17 02:59:55 UTC (rev 32212)
@@ -1,5 +1,6 @@
 partman-auto (46) UNRELEASED; urgency=low
 
+  [ Joey Hess ]
   * Renamed multi_user scheme to just "multi" as in multiple partitions.
     There are more uses for this scheme than multi user systems.
   * Switch package to arch all and only include recipes for the given
@@ -15,8 +16,12 @@
     from the previous 250 mb to something slightly more reasonable.
     Closes: #328514
 
- -- Joey Hess <joeyh at debian.org>  Tue, 15 Nov 2005 20:25:04 -0500
+  [ Steve Langasek ]
+  * Add a smalldisk recipe for alpha, so that systems with little disk space
+    can use a single ext2 partition for the whole install (closes: #261182).
 
+ -- Steve Langasek <vorlon at debian.org>  Wed, 16 Nov 2005 15:35:46 -0800
+
 partman-auto (45) unstable; urgency=low
 
   [ Fabio M. Di Nitto ]

Modified: trunk/packages/partman/partman-auto/debian/partman-auto.templates
===================================================================
--- trunk/packages/partman/partman-auto/debian/partman-auto.templates	2005-11-17 02:49:15 UTC (rev 32211)
+++ trunk/packages/partman/partman-auto/debian/partman-auto.templates	2005-11-17 02:59:55 UTC (rev 32212)
@@ -105,3 +105,7 @@
 # TRANSLATORS: This is a menu entry. Keep in under 55 columns/characters
 _Description: Separate /home, /usr, /var, and /tmp partitions
 
+Template: partman-auto/text/small_disk
+Type: text
+# TRANSLATORS: This is a menu entry. Keep in under 55 columns/characters
+_Description: Small-disk (< 1GB) partitioning scheme

Added: trunk/packages/partman/partman-auto/recipes-alpha/small_disk
===================================================================
--- trunk/packages/partman/partman-auto/recipes-alpha/small_disk	2005-11-17 02:49:15 UTC (rev 32211)
+++ trunk/packages/partman/partman-auto/recipes-alpha/small_disk	2005-11-17 02:59:55 UTC (rev 32212)
@@ -0,0 +1,15 @@
+partman-auto/text/small_disk ::
+
+1 1 3 ext2
+	method{ aboot } .
+
+500 10000 1000000 ext2
+	method{ format }
+	format{ }
+	use_filesystem{ }
+	filesystem{ ext2 }
+	mountpoint{ / } .
+
+64 512 512 linux-swap
+	method{ swap }
+	format{ } .




More information about the d-i-commits mailing list