blob: b5ba913e6dc04d8b13b93aa261938e7d08e619cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
.\" In .TH, FOO should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)
.\"
.\" This template provided by Tom Christiansen <tchrist@jhereg.perl.com>.
.\"
.TH GRUB-SET-DEFAULT 8 "November 2006"
.SH NAME
grub-set-default \- Set the default boot entry for GRUB
.SH SYNOPSIS
.PP
.B grub-set-default
[\fIOPTION\fR]
entry
.SH DESCRIPTION
Set the default boot entry for GRUB.
.TP
\fB\-h, \-\-help
print this message and exit
.TP
\fB\-v, \-\-version\fR
print the version information and exit
.TP
\fB\-\-root-directory=DIR\fR
Use the directory DIR instead of the root directory
.TP
ENTRY is a number (counting from 0) or the special keyword `default\'.
.SH "REPORTING BUGS"
Report bugs to <bug-grub@gnu.org>
.SH "SEE ALSO"
.\" Always quote multiple words for .SH
.BR grub (8),
.BR update-grub (8).
.SH "AUTHOR"
This manual page was written by Patrick Schoenfeld <schoenfeld@in-medias-res.com>,
for the Debian project (but may be used by others).
|