[pkg-fso-commits] [SCM] Debian packaging for uboot-envtools branch, master, updated. debian/20081215-2-17-g263a613

Per Andersson avtobiff at gmail.com
Sun Nov 22 19:35:37 UTC 2009


The following commit has been merged in the master branch:
commit 263a613f0e2cd19fddab4a09bac4d6ba65962e68
Author: Per Andersson <avtobiff at gmail.com>
Date:   Thu Aug 6 13:40:07 2009 +0200

    Added man page for uboot-envedit (Closes: #540039).

diff --git a/contrib/uboot-envedit.1 b/contrib/uboot-envedit.1
new file mode 100644
index 0000000..97ea2c1
--- /dev/null
+++ b/contrib/uboot-envedit.1
@@ -0,0 +1,48 @@
+.\" Copyright © 2009 Per Andersson <avtobiff at gmail.com>
+.\" This man page is covered by the GNU General Public License (GPLv3 or higher).
+.TH uboot-envedit 1 "August 2009" "Debian Project" ""
+
+.SH NAME
+uboot-envedit \- Modify an environment contained in a file for the U-Boot boot loader
+
+.SH SYNOPSIS
+uboot-envedit [ \fB\-s\fP \fIsize\fP ] [ \fB\-c\fP ] [ \fB\-i\fP \fIfile\fP ] [ \fB\-o\fP \fIfile\fP | \fB\-p\fP ] [ \fB\-f\fP \fIenv_file\fP ]
+              [ \fB\-D\fP \fIvar\fP[=\fIvalue\fP] ] [ \fIvar\fP=[\fIvalue\fP] \fI...\fP ]
+
+.SH DESCRIPTION
+\fIuboot-envedit\fP is a tool which can modify a file containing an U-Boot boot loader environment.
+.PP
+The options \fB\-c\fP, and \fB\-s\fP, if present, must precede all other options.
+
+.SH OPTIONS
+.IP \fB\-c\fP
+Ignore CRC errors in input environment.
+
+.IP "\fB\-f\fP \fIenv_file\fP"
+Read changes from \fIenv_file\fP.
+
+.IP "\fB\-i\fP \fIfile\fP"
+Read environment from file (default: use empty environment).
+
+.IP "\fB\-o\fP \fIfile\fP"
+Write environment to \fIfile\fP (default: write to stdout).
+
+.IP \fB\-p\fP
+Print environment in human-readable form to stdout.
+
+.IP "\fB\-s\fP \fIbytes\fP"
+Environment size in bytes (default: 262144).
+
+.IP "\fB\-D\fP \fIvar\fP[=\fIvalue\fP]"
+Define a variable for env_file preprocessing only.
+
+\fIvar\fP=
+Remove the specified variable.
+
+\fIvar\fP=\fIvalue\fP
+Set the specified variable.
+
+.SH AUTHOR
+Werner Almesberger <werner at openmoko.org>
+
+This manual page was written by Per Andersson <avtobiff at gmail.com>

-- 
Debian packaging for uboot-envtools



More information about the pkg-fso-commits mailing list