freebsd-skq/sbin/gpt
marcel 6972147914 Remove the -k option to migrate. The option causes gpt(8) to preserve
the MBR after it is migrated to a GPT. While this was useful during
the early days when GPT support was under development, it's something
that users can use without knowing what they're getting themselves
into. The possible harm outweights the marginal usefulness it now has.
2004-10-31 02:20:17 +00:00
..
add.c Remove useless inclusion of <sys/disklabel.h> 2004-10-25 03:44:10 +00:00
create.c Declare variables as static, like I intended. 2004-10-25 03:39:31 +00:00
destroy.c Declare variables as static, like I intended. 2004-10-25 03:39:31 +00:00
gpt.8 Remove the -k option to migrate. The option causes gpt(8) to preserve 2004-10-31 02:20:17 +00:00
gpt.c
gpt.h
Makefile
map.c
map.h
migrate.c Remove the -k option to migrate. The option causes gpt(8) to preserve 2004-10-31 02:20:17 +00:00
mkdisk.sh
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