cvs commit: src/sbin/gpt add.c gpt.8 gpt.c map.c map.h show.c
Marcel Moolenaar
marcel at FreeBSD.org
Fri Aug 6 23:10:46 PDT 2004
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
More information about the cvs-src
mailing list