summaryrefslogtreecommitdiff
path: root/en/appendix
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-07-23 11:41:26 +0000
committerColin Watson <cjwatson@debian.org>2007-07-23 11:41:26 +0000
commitb08cf4620079b577788a2b4074b69e47e98e4d57 (patch)
treef45a5f570746d35df49e94abff57a6e7bbc98065 /en/appendix
parent6e6a60a52023f374065b525e9bcc0d814cde42e0 (diff)
downloadinstallation-guide-b08cf4620079b577788a2b4074b69e47e98e4d57.zip
* Remove text talking about devfs-style device names, which are no longer
supported.
Diffstat (limited to 'en/appendix')
-rw-r--r--en/appendix/preseed.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index b8de9c176..f7a3ef4a3 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -886,10 +886,10 @@ correct one will be selected before using preseeding.
#d-i partman-auto/init_automatically_partition \
# select Guided - use the largest continuous free space
-# Alternatively, you can specify a disk to partition. The device name
-# can be given in either devfs or traditional non-devfs format.
-# For example, to use the first disk:
-d-i partman-auto/disk string /dev/discs/disc0/disc
+# 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
# 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