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/mageia-cauldron/man8/grub2-sparc64-setup.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/mageia-cauldron/man8/grub2-sparc64-setup.8')
-rw-r--r-- | upstream/mageia-cauldron/man8/grub2-sparc64-setup.8 | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/upstream/mageia-cauldron/man8/grub2-sparc64-setup.8 b/upstream/mageia-cauldron/man8/grub2-sparc64-setup.8 new file mode 100644 index 00000000..fc573752 --- /dev/null +++ b/upstream/mageia-cauldron/man8/grub2-sparc64-setup.8 @@ -0,0 +1,75 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH GRUB-SPARC64-SETUP "8" "September 2023" "GRUB 2.06" "System Administration Utilities" +.SH NAME +grub-sparc64-setup \- set up a device to boot using GRUB +.SH SYNOPSIS +.B grub-sparc64-setup +[\fI\,OPTION\/\fR...] \fI\,DEVICE\/\fR +.SH DESCRIPTION +Set up images to boot from DEVICE. +.PP +You should not normally run this program directly. Use grub\-install instead. +.TP +\fB\-a\fR, \fB\-\-allow\-floppy\fR +make the drive also bootable as floppy (default +for fdX devices). May break on some BIOSes. +.TP +\fB\-b\fR, \fB\-\-boot\-image\fR=\fI\,FILE\/\fR +use FILE as the boot image [default=boot.img] +.TP +\fB\-c\fR, \fB\-\-core\-image\fR=\fI\,FILE\/\fR +use FILE as the core image [default=core.img] +.TP +\fB\-d\fR, \fB\-\-directory\fR=\fI\,DIR\/\fR +use GRUB files in the directory DIR +[default=/boot/grub2] +.TP +\fB\-f\fR, \fB\-\-force\fR +install even if problems are detected +.TP +\fB\-m\fR, \fB\-\-device\-map\fR=\fI\,FILE\/\fR +use FILE as the device map +[default=/boot/grub2/device.map] +.TP +\fB\-\-no\-rs\-codes\fR +Do not apply any reed\-solomon codes when +embedding core.img. This option is only available +on x86 BIOS targets. +.TP +\fB\-s\fR, \fB\-\-skip\-fs\-probe\fR +do not probe for filesystems in 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. +.PP +DEVICE must be an OS device (e.g. \fI\,/dev/sda\/\fP). +.SH "REPORTING BUGS" +Report bugs to <bug\-grub@gnu.org>. +.SH "SEE ALSO" +.BR grub-install (8), +.BR grub-mkimage (1), +.BR grub-mkrescue (1) +.PP +The full documentation for +.B grub-sparc64-setup +is maintained as a Texinfo manual. If the +.B info +and +.B grub-sparc64-setup +programs are properly installed at your site, the command +.IP +.B info grub-sparc64-setup +.PP +should give you access to the complete manual. |