aboutsummaryrefslogtreecommitdiff
path: root/share/doc/smm/01.setup/2.t
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-11-15 05:25:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-11-15 05:25:51 +0000
commiteb581844e4339a481b679f315bd1cc8da837555e (patch)
tree0c5c095163aee9832509df4b65eab457818905c7 /share/doc/smm/01.setup/2.t
parentd448536ceb53078d1b67f95b21995c2422b49b9c (diff)
Remove references to MAKEDEV(8)
Notes
Notes: svn path=/head/; revision=215334
Diffstat (limited to 'share/doc/smm/01.setup/2.t')
-rw-r--r--share/doc/smm/01.setup/2.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/doc/smm/01.setup/2.t b/share/doc/smm/01.setup/2.t
index 4220a6d9b811..f97e8262e3cd 100644
--- a/share/doc/smm/01.setup/2.t
+++ b/share/doc/smm/01.setup/2.t
@@ -482,13 +482,7 @@ lw(2i) l.
\fB#\fP \fImount_mfs -s 1000 -T type /dev/null /tmp\fP (create a writable filesystem)
(\fItype\fP is the disk type as determined from /etc/disktab)
\fB#\fP \fIcd /tmp\fP (connect to that directory)
-\fB#\fP \fI../dev/MAKEDEV \*(Dk#\fP (create special files for root disk)
-(\fI\*(Dk\fP is the disk type, \fI#\fP is the unit number)
-(ignore warning from ``sh'')
\fB#\fP \fImount \-uw /tmp/\*(Dk#a /\fP (read-write mount root filesystem)
-\fB#\fP \fIcd /dev\fP (go to device directory)
-\fB#\fP \fI./MAKEDEV \*(Dk#\fP (create permanent special files for root disk)
-(again, ignore warning from ``sh'')
.TE
.DE
.Sh 4 "Step 4: (optional) restoring the root filesystem"
@@ -513,8 +507,6 @@ To really create the root filesystem on drive 1
you should first label the disk as described in step 5 below.
Then run the following commands:
.DS
-\fB#\fP \fIcd /dev\fP
-\fB#\fP \fI./MAKEDEV \*(Dk1a\fP
\fB#\fP\|\fInewfs /dev/r\*(Dk1a\fP
\fB#\fP\|\fImount /dev/\*(Dk1a /mnt\fP
\fB#\fP\|\fIcd /mnt\fP
@@ -1393,8 +1385,6 @@ To make the
.Pn /var
filesystem we would do:
.DS
-\fB#\fP \fIcd /dev\fP
-\fB#\fP \fIMAKEDEV \*(Dk1\fP
\fB#\fP \fIdisklabel -wr \*(Dk1 "disk type" "disk name"\fP
\fB#\fP \fInewfs \*(Dk1f\fP
(information about filesystem prints out)