summaryrefslogtreecommitdiffstats
path: root/upstream/mageia-cauldron/man8/grub2-probe.8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/mageia-cauldron/man8/grub2-probe.8
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/mageia-cauldron/man8/grub2-probe.8')
-rw-r--r--upstream/mageia-cauldron/man8/grub2-probe.862
1 files changed, 62 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man8/grub2-probe.8 b/upstream/mageia-cauldron/man8/grub2-probe.8
new file mode 100644
index 00000000..a6af7834
--- /dev/null
+++ b/upstream/mageia-cauldron/man8/grub2-probe.8
@@ -0,0 +1,62 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
+.TH GRUB-PROBE "8" "September 2023" "GRUB 2.06" "System Administration Utilities"
+.SH NAME
+grub-probe \- probe device information for GRUB
+.SH SYNOPSIS
+.B grub-probe
+[\fI\,OPTION\/\fR...] [\fI\,OPTION\/\fR]... [\fI\,PATH|DEVICE\/\fR]
+.SH DESCRIPTION
+Probe device information for a given path (or device, if the \fB\-d\fR option is
+given).
+.TP
+\fB\-0\fR
+separate items in output using ASCII NUL
+characters
+.TP
+\fB\-d\fR, \fB\-\-device\fR
+given argument is a system device, not a path
+.TP
+\fB\-m\fR, \fB\-\-device\-map\fR=\fI\,FILE\/\fR
+use FILE as the device map
+[default=/boot/grub2/device.map]
+.TP
+\fB\-t\fR, \fB\-\-target\fR=\fI\,TARGET\/\fR
+print TARGET
+available targets: abstraction, arc_hints,
+baremetal_hints, bios_hints, compatibility_hint,
+cryptodisk_uuid, device, disk, drive, efi_hints,
+fs, fs_label, fs_uuid, gpt_parttype,
+hints_string, ieee1275_hints, msdos_parttype,
+partmap, partuuid, zero_check [default=fs]
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+print verbose messages (pass twice to enable
+debug printing).
+.TP
+\-?, \fB\-\-help\fR
+give this help list
+.TP
+\fB\-\-usage\fR
+give a short usage message
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+print program version
+.PP
+Mandatory or optional arguments to long options are also mandatory or optional
+for any corresponding short options.
+.SH "REPORTING BUGS"
+Report bugs to <bug\-grub@gnu.org>.
+.SH "SEE ALSO"
+.BR grub-fstest (1)
+.PP
+The full documentation for
+.B grub-probe
+is maintained as a Texinfo manual. If the
+.B info
+and
+.B grub-probe
+programs are properly installed at your site, the command
+.IP
+.B info grub-probe
+.PP
+should give you access to the complete manual.