CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/30 04:41:10
Modified files:
sys/arch/amd64/amd64: disksubr.c
sys/arch/i386/i386: disksubr.c
Log message:
Make sure we check for GPT in writedisklabel() if kernel is compiled with GPT
support, for it would risk being overwritten otherwise.
>From Markus Mueller
