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/man8/grub2-set-default.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 '')
-rw-r--r-- | upstream/opensuse-tumbleweed/man8/grub2-set-default.8 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/upstream/opensuse-tumbleweed/man8/grub2-set-default.8 b/upstream/opensuse-tumbleweed/man8/grub2-set-default.8 new file mode 100644 index 00000000..32bf06ea --- /dev/null +++ b/upstream/opensuse-tumbleweed/man8/grub2-set-default.8 @@ -0,0 +1,39 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. +.TH GRUB-SET-DEFAULT "8" "February 2024" "GRUB2 2.12" "System Administration Utilities" +.SH NAME +grub-set-default \- set the saved default boot entry for GRUB +.SH SYNOPSIS +.B grub-set-default +[\fI\,OPTION\/\fR] \fI\,MENU_ENTRY\/\fR +.SH DESCRIPTION +Set the default boot menu entry for GRUB. +This requires setting GRUB_DEFAULT=saved in \fI\,/etc/default/grub\/\fP. +.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\-\-boot\-directory\fR=\fI\,DIR\/\fR +expect GRUB images under the directory DIR/grub2 +instead of the \fI\,/boot/grub2\/\fP directory +.PP +MENU_ENTRY is a number, a menu item title or a menu item identifier. +.SH "REPORTING BUGS" +Report bugs to <bug\-grub@gnu.org>. +.SH "SEE ALSO" +.BR grub-reboot (8), +.BR grub-editenv (1) +.PP +The full documentation for +.B grub-set-default +is maintained as a Texinfo manual. If the +.B info +and +.B grub-set-default +programs are properly installed at your site, the command +.IP +.B info grub-set-default +.PP +should give you access to the complete manual. |