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/debian-bookworm/man8/grub-install.8 | |
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 'upstream/debian-bookworm/man8/grub-install.8')
-rw-r--r-- | upstream/debian-bookworm/man8/grub-install.8 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man8/grub-install.8 b/upstream/debian-bookworm/man8/grub-install.8 new file mode 100644 index 00000000..b29a0c3e --- /dev/null +++ b/upstream/debian-bookworm/man8/grub-install.8 @@ -0,0 +1,58 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5. +.TH GRUB-INSTALL "8" "January 2022" "grub-install (GNU GRUB 0.97)" "System Administration Utilities" +.SH NAME +grub-install \- install GRUB on your drive +.SH SYNOPSIS +.B grub-install +[\fI\,OPTION\/\fR] \fI\,install_device\/\fR +.SH DESCRIPTION +Install GRUB on your drive. +.TP +\fB\-h\fR, \fB\-\-help\fR +print this message and exit +.TP +\fB\-v\fR, \fB\-\-version\fR +print the version information and exit +.TP +\fB\-\-root\-directory\fR=\fI\,DIR\/\fR +install GRUB images under the directory DIR +instead of the root directory +.TP +\fB\-\-grub\-shell\fR=\fI\,FILE\/\fR +use FILE as the grub shell +.TP +\fB\-\-no\-floppy\fR +do not probe any floppy drive +.TP +\fB\-\-force\-lba\fR +force GRUB to use LBA mode even for a buggy +BIOS +.TP +\fB\-\-recheck\fR +probe a device map even if it already exists +.PP +INSTALL_DEVICE can be a GRUB device name or a system device filename. +.PP +grub\-install copies GRUB images into the DIR/boot directory specfied by +\fB\-\-root\-directory\fR, and uses the grub shell to install grub into the boot +sector. +.SH "REPORTING BUGS" +Report bugs to <bug\-grub@gnu.org>. +.SH "SEE ALSO" +.BR grub (8), +.BR update-grub (8). +.PP +The full documentation for +.B grub-install +is maintained as a Texinfo manual. If the +.B info +and +.B grub-install +programs are properly installed at your site, the command +.IP +.B info grub-install +.PP +should give you access to the complete manual. +You may need to install the +.B grub\-legacy\-doc +package. |