summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man1/grub2-mknetdir.1
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/fedora-rawhide/man1/grub2-mknetdir.1
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/fedora-rawhide/man1/grub2-mknetdir.1')
-rw-r--r--upstream/fedora-rawhide/man1/grub2-mknetdir.1100
1 files changed, 100 insertions, 0 deletions
diff --git a/upstream/fedora-rawhide/man1/grub2-mknetdir.1 b/upstream/fedora-rawhide/man1/grub2-mknetdir.1
new file mode 100644
index 00000000..58a2e334
--- /dev/null
+++ b/upstream/fedora-rawhide/man1/grub2-mknetdir.1
@@ -0,0 +1,100 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
+.TH GRUB-MKNETDIR "1" "February 2024" "GRUB 2.06" "User Commands"
+.SH NAME
+grub-mknetdir \- prepare a GRUB netboot directory.
+.SH SYNOPSIS
+.B grub-mknetdir
+[\fI\,OPTION\/\fR...]
+.SH DESCRIPTION
+Prepares
+GRUB network boot images at net_directory/subdir assuming net_directory being
+TFTP root.
+.TP
+\fB\-\-appended\-signature\-size\fR=\fI\,SIZE\/\fR
+Add a note segment reserving SIZE bytes for an
+appended signature
+.TP
+\fB\-\-compress\fR=\fI\,no\/\fR|xz|gz|lzo
+compress GRUB files [optional]
+.TP
+\fB\-\-disable\-shim\-lock\fR
+disable shim_lock verifier
+.TP
+\fB\-\-dtb\fR=\fI\,FILE\/\fR
+embed a specific DTB
+.TP
+\fB\-d\fR, \fB\-\-directory\fR=\fI\,DIR\/\fR
+use images and modules under DIR
+[default=/usr/lib/grub/<platform>]
+.TP
+\fB\-\-fonts\fR=\fI\,FONTS\/\fR
+install FONTS [default=unicode]
+.TP
+\fB\-\-install\-modules\fR=\fI\,MODULES\/\fR
+install only MODULES and their dependencies
+[default=all]
+.TP
+\fB\-k\fR, \fB\-\-pubkey\fR=\fI\,FILE\/\fR
+embed FILE as public key for signature checking
+.TP
+\fB\-\-locale\-directory\fR=\fI\,DIR\/\fR use translations under DIR
+[default=/usr/share/locale]
+.TP
+\fB\-\-locales\fR=\fI\,LOCALES\/\fR
+install only LOCALES [default=all]
+.TP
+\fB\-\-modules\fR=\fI\,MODULES\/\fR
+pre\-load specified modules MODULES
+.TP
+\fB\-\-sbat\fR=\fI\,FILE\/\fR
+SBAT metadata
+.TP
+\fB\-\-themes\fR=\fI\,THEMES\/\fR
+install THEMES [default=starfield]
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+print verbose messages.
+.TP
+\fB\-x\fR, \fB\-\-x509key\fR=\fI\,FILE\/\fR
+embed FILE as an x509 certificate for signature
+checking
+.TP
+\fB\-\-core\-compress\fR=\fI\,xz\/\fR|none|auto
+choose the compression to use for core image
+.TP
+\fB\-\-net\-directory\fR=\fI\,DIR\/\fR
+root directory of TFTP server
+.TP
+\fB\-\-subdir\fR=\fI\,DIR\/\fR
+relative subdirectory on network server
+.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.
+.PP
+Prepares GRUB network boot images at net_directory/subdir assuming
+net_directory being TFTP root.
+.SH "REPORTING BUGS"
+Report bugs to <bug\-grub@gnu.org>.
+.SH "SEE ALSO"
+.BR grub-mkimage (1)
+.PP
+The full documentation for
+.B grub-mknetdir
+is maintained as a Texinfo manual. If the
+.B info
+and
+.B grub-mknetdir
+programs are properly installed at your site, the command
+.IP
+.B info grub-mknetdir
+.PP
+should give you access to the complete manual.