1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sbin/gpt
Marcel Moolenaar 6c377348e6 For create and migrate, remove the `.Op Fl f' introduced in the
previous two commits and combine them with the existing flags
that were already there.

Pointed out by: ru@
2004-11-13 08:01:48 +00:00
..
add.c Remove useless inclusion of <sys/disklabel.h> 2004-10-25 03:44:10 +00:00
create.c Add an -f option (for force) to the create command. The -f option 2004-11-13 05:13:33 +00:00
destroy.c Declare variables as static, like I intended. 2004-10-25 03:39:31 +00:00
gpt.8 For create and migrate, remove the `.Op Fl f' introduced in the 2004-11-13 08:01:48 +00:00
gpt.c Add byte swapping and UUID encoding/decoding to allow gpt to be compiled 2004-10-25 02:23:39 +00:00
gpt.h Add byte swapping and UUID encoding/decoding to allow gpt to be compiled 2004-10-25 02:23:39 +00:00
Makefile
map.c
map.h
migrate.c Add an -f option (for force) to the migrate command. Normally an MBR 2004-11-13 05:44:02 +00:00
mkdisk.sh Fix bogon. Create the BSD label in the FreeBSD slice. 2004-10-25 03:29:21 +00:00
recover.c Declare variables as static, like I intended. 2004-10-25 03:39:31 +00:00
remove.c Remove useless inclusion of <sys/disklabel.h> 2004-10-25 03:44:10 +00:00
show.c Add byte swapping and UUID encoding/decoding to allow gpt to be compiled 2004-10-25 02:23:39 +00:00