Date: Thu, 1 Sep 2005 02:49:20 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gpt Makefile gpt.8 gpt.c gpt.h label.c Message-ID: <200509010249.j812nKxC063606@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509010249.j812nKxC063606>