Date: Sat, 7 Aug 2004 06:10:46 +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 add.c gpt.8 gpt.c map.c map.h show.c Message-ID: <200408070610.i776Ak1v047493@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-08-07 06:10:46 UTC FreeBSD src repository Modified files: sbin/gpt add.c gpt.8 gpt.c map.c map.h show.c Log: o Save the partition number (=index) in the internal map. The index starts at 1. No index is represented by 0. o Change the show command to display the partition number at the expense of the partition end columm. We already display the start and size. o Enhance the add command to accept the -i option. The -i option allows the user to specify which partition number the new partition should get. o Update the manpage accordingly. Revision Changes Path 1.7 +49 -22 src/sbin/gpt/add.c 1.5 +12 -5 src/sbin/gpt/gpt.8 1.7 +2 -0 src/sbin/gpt/gpt.c 1.4 +1 -0 src/sbin/gpt/map.c 1.4 +1 -0 src/sbin/gpt/map.h 1.9 +10 -7 src/sbin/gpt/show.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408070610.i776Ak1v047493>