summaryrefslogtreecommitdiffstats
path: root/upstream/debian-bookworm/man1/grub-editenv.1
blob: a1a6146b490948427022203247ee1269742ed6eb (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH GRUB-EDITENV "1" "October 2023" "GRUB 2.06-13+deb12u1" "User Commands"
.SH NAME
grub-editenv \- edit GRUB environment block
.SH SYNOPSIS
.B grub-editenv
[\fI\,OPTION\/\fR...] \fI\,FILENAME COMMAND\/\fR
.SH DESCRIPTION
Tool to edit environment block.
.IP
Commands:
.TP
create
Create a blank environment block file.
.TP
list
List the current variables.
.TP
set [NAME=VALUE ...]
Set variables.
.TP
unset [NAME ...]
Delete variables.
.IP
Options:
.TP
\-?, \fB\-\-help\fR
give this help list
.TP
\fB\-\-usage\fR
give a short usage message
.TP
\fB\-v\fR, \fB\-\-verbose\fR
print verbose messages.
.TP
\fB\-V\fR, \fB\-\-version\fR
print program version
.PP
If FILENAME is `\-', the default value \fI\,/boot/grub/grubenv\/\fP is used.
.PP
There is no `delete' command; if you want to delete the whole environment
block, use `rm /boot/grub/grubenv'.
.SH "REPORTING BUGS"
Report bugs to <bug\-grub@gnu.org>.
.SH "SEE ALSO"
.BR grub-reboot (8),
.BR grub-set-default (8)
.PP
The full documentation for
.B grub-editenv
is maintained as a Texinfo manual.  If the
.B info
and
.B grub-editenv
programs are properly installed at your site, the command
.IP
.B info grub-editenv
.PP
should give you access to the complete manual.