blob: 13c0da1a254bafe0273dee1b53a6f3735751c6fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH GRUB-MKDEVICEMAP "8" "April 2024" "GRUB 2.12-2" "System Administration Utilities"
.SH NAME
grub-mkdevicemap \- make a device map file automatically
.SH SYNOPSIS
.B grub-mkdevicemap
[\fI\,OPTION\/\fR]...
.SH DESCRIPTION
Generate a device map file automatically.
.TP
\fB\-n\fR, \fB\-\-no\-floppy\fR
do not probe any floppy drive
.HP
\fB\-s\fR, \fB\-\-probe\-second\-floppy\fR probe the second floppy drive
.TP
\fB\-m\fR, \fB\-\-device\-map\fR=\fI\,FILE\/\fR
use FILE as the device map [default=/boot/grub/device.map]
.TP
\fB\-h\fR, \fB\-\-help\fR
display this message and exit
.TP
\fB\-V\fR, \fB\-\-version\fR
print version information and exit
.TP
\fB\-v\fR, \fB\-\-verbose\fR
print verbose messages
.SH "REPORTING BUGS"
Report bugs to <bug\-grub@gnu.org>.
.SH "SEE ALSO"
.BR grub-probe (8)
.PP
The full documentation for
.B grub-mkdevicemap
is maintained as a Texinfo manual. If the
.B info
and
.B grub-mkdevicemap
programs are properly installed at your site, the command
.IP
.B info grub-mkdevicemap
.PP
should give you access to the complete manual.
|