svn commit: r263894 - user/marcel/mkimg

Marcel Moolenaar marcel at FreeBSD.org
Sat Mar 29 03:33:32 UTC 2014


Author: marcel
Date: Sat Mar 29 03:33:31 2014
New Revision: 263894
URL: http://svnweb.freebsd.org/changeset/base/263894

Log:
  Document how labels can be given to partitions.

Modified:
  user/marcel/mkimg/mkimg.1

Modified: user/marcel/mkimg/mkimg.1
==============================================================================
--- user/marcel/mkimg/mkimg.1	Sat Mar 29 03:14:00 2014	(r263893)
+++ user/marcel/mkimg/mkimg.1	Sat Mar 29 03:33:31 2014	(r263894)
@@ -135,6 +135,12 @@ To do this, run the
 utility as follows:
 .Dl % mkimg -s mbr -b /boot/mbr -p freebsd:-'mkimg -s bsd -b /boot/boot \
 -p freebsd-ufs:=root-file-system.ufs -p freebsd-swap::1G' -o mbr-bsd.img
+.Pp
+For partitioning schemes that feature partition labels, the
+.Nm
+utility supports assigning labels to the partitions specified.
+In the following example the file system partition is labeled as 'backup':
+.Dl % mkimg -s gpt -p freebsd-ufs/backup:=file-system.ufs -o gpt.img
 .Sh SEE ALSO
 .Xr gpart 8
 .Xr makefs 8


More information about the svn-src-user mailing list