mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix typo where the SCSI disk was refered to as `ad0'.
This commit is contained in:
parent
87ccb28139
commit
4dd07763e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48277
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@
|
||||||
+drive m: file="/dev/afd0" exclusive mformat_only cylinders=80 heads=2 sectors=18
|
+drive m: file="/dev/afd0" exclusive mformat_only cylinders=80 heads=2 sectors=18
|
||||||
+
|
+
|
||||||
+# SCSI hard disks
|
+# SCSI hard disks
|
||||||
+# first disk (sd0) slice 1 (s1)
|
+# first disk (da0) slice 1 (s1)
|
||||||
+#drive c: file="/dev/ad0s1"
|
+#drive c: file="/dev/da0s1"
|
||||||
+
|
+
|
||||||
+# IDE hard disks
|
+# IDE hard disks
|
||||||
+# first disk on the first IDE interface (wd0) slice 1 (s1)
|
+# first disk on the first IDE interface (wd0) slice 1 (s1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue