cvs commit: src/sbin/gpt Makefile gpt.8 gpt.c gpt.h label.c
Marcel Moolenaar
marcel at FreeBSD.org
Thu Sep 1 02:49:21 GMT 2005
marcel 2005-09-01 02:49:20 UTC
FreeBSD src repository
Modified files:
sbin/gpt Makefile gpt.8 gpt.c gpt.h
Added files:
sbin/gpt label.c
Log:
Add support for setting GPT partition labels. The partitions to be
labeled are selected in the same way as with the remove command.
Update the manpage to have the selection options described for the
label command and referenced to it from the remove command.
The label can be specified on the command line with the -l option
or read from a file with the -f option. In both cases, the label
is assumed to be encoded in UTF-8.
PR: ia64/83124
MFC after: 1 week
Revision Changes Path
1.7 +2 -2 src/sbin/gpt/Makefile
1.15 +75 -30 src/sbin/gpt/gpt.8
1.13 +2 -1 src/sbin/gpt/gpt.c
1.10 +1 -0 src/sbin/gpt/gpt.h
1.1 +263 -0 src/sbin/gpt/label.c (new)
More information about the cvs-src
mailing list