diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-tumbleweed/man1/grub2-mount.1 | |
parent | Initial commit. (diff) | |
download | manpages-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 '')
-rw-r--r-- | upstream/opensuse-tumbleweed/man1/grub2-mount.1 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man1/grub2-mount.1 b/upstream/opensuse-tumbleweed/man1/grub2-mount.1 new file mode 100644 index 00000000..d5fe3856 --- /dev/null +++ b/upstream/opensuse-tumbleweed/man1/grub2-mount.1 @@ -0,0 +1,48 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH GRUB-MOUNT "1" "February 2024" "GRUB2 2.12" "User Commands" +.SH NAME +grub-mount \- export GRUB filesystem with FUSE +.SH SYNOPSIS +.B grub-mount +[\fI\,OPTION\/\fR...] \fI\,IMAGE1 \/\fR[\fI\,IMAGE2 \/\fR...] \fI\,MOUNTPOINT\/\fR +.SH DESCRIPTION +Debug tool for filesystem driver. +.TP +\fB\-C\fR, \fB\-\-crypto\fR +Mount crypto devices. +.TP +\fB\-d\fR, \fB\-\-debug\fR=\fI\,STRING\/\fR +Set debug environment variable. +.TP +\fB\-K\fR, \fB\-\-zfs\-key\fR=\fI\,FILE\/\fR|prompt +Load zfs crypto key. +.TP +\fB\-r\fR, \fB\-\-root\fR=\fI\,DEVICE_NAME\/\fR +Set root device. +.TP +\fB\-v\fR, \fB\-\-verbose\fR +print verbose messages. +.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 "SEE ALSO" +The full documentation for +.B grub-mount +is maintained as a Texinfo manual. If the +.B info +and +.B grub-mount +programs are properly installed at your site, the command +.IP +.B info grub-mount +.PP +should give you access to the complete manual. |