VM: memtype fix
[minix3.git] / man / man8 / printroot.8
blob22f5b8ac88375c6f6cab18a95c130dc88c837d68
1 .TH PRINTROOT 8
2 .SH NAME
3 printroot \- print the name of the root device on standard output
4 .SH SYNOPSIS
5 \fBprintroot\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-r
20 # Print only the root device, not a full mtab line
21 .SH EXAMPLES
22 .TP 20
23 .B printroot
24 # Print the name of the root device
25 .SH DESCRIPTION
26 .PP
27 .I Printroot 
28 is useful for initializing the \fI/etc/mtab\fR when the system is booted.
29 It figures out what the root device is by searching \fI/dev\fR until it
30 finds a block special file with the right major/minor device numbers.
31 .SH "SEE ALSO"
32 .BR fstab (5),
33 .BR boot (8).