summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2007-08-15 06:44:10 +0000
committerJoey Hess <joeyh@debian.org>2007-08-15 06:44:10 +0000
commit40304a8e28db67058670e42c027e5ce22e90335e (patch)
treeeecc9145a0f9c38c7aa83e9cdb67e83228d85187 /en/appendix
parent19a9f4e33c5d29ddab2f2157dd88ed3fc968e86e (diff)
downloadinstallation-guide-40304a8e28db67058670e42c027e5ce22e90335e.zip
* Document how to preseed partman-auto to use only available disk, no matter
what it's name is.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index b92607482..1448d3243 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -893,7 +893,10 @@ d-i partman-auto/disk string /dev/discs/disc0/disc</phrase><phrase condition="le
# 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</phrase>
+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.</phrase>
# 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