summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--en/appendix/preseed.xml6
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 07ed131c5..84dd1c484 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ installation-guide (2008xxxx) UNRELEASED; urgency=medium
* Apply patch from Frank Lichtenheld to improve netboot instructions for
PowerPC. Closes: #275565.
+ [ Joey Hess ]
+ * Comment out partman-auto/disk setting in preseed since lenny d-i will
+ automatically work w/o it if there's just 1 disk. Closes: #490287
+
-- Frans Pop <fjp@debian.org> Wed, 02 Jul 2008 17:06:28 +0200
installation-guide (20080520) unstable; urgency=medium
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index e20afa727..eb6b6fee2 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -925,10 +925,8 @@ correct one will be selected before using preseeding.
# Alternatively, you can specify a disk to partition. The device name must
# be given in traditional non-devfs format.
# For example, to use the first SCSI/SATA hard disk:
-d-i partman-auto/disk string /dev/sda
-# Note: If you want to use whatever disk is available, no matter
-# what its device name, comment the line above out. This will only work if
-# the system only has one disk.
+# Note: A disk must be specified, unless the system has only one disk.
+#d-i partman-auto/disk string /dev/sda
# In addition, you'll need to specify the method to use.
# The presently available methods are: "regular", "lvm" and "crypto"
d-i partman-auto/method string lvm