=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/59.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- www/59.html 2016/02/14 16:13:41 1.24 +++ www/59.html 2016/02/14 18:17:11 1.25 @@ -128,6 +128,17 @@
  • Many obsolete disktab(5) attributes and entries were removed.
  • softraid(4) volumes now correctly look for the disklabel in the first OpenBSD disk partition, not the last.
  • softraid(4) volumes can now be partitioned with a GPT. +
  • fdisk(8) now creates a default GPT as well as the protective MBR when the '-g' flag is used. +
  • fdisk(8) now has a '-b' flag that specifies the size of the EFI System partition to create. +
  • fdisk(8) now has a '-v' flag that causes a verbose display of both MBR and GPT information. +
  • fdisk(8) now provides full interactive GPT editing. +
  • fdisk(8) was pledged. +
  • Disks with sector sizes other than 512 bytes can now be partitioned with a GPT. +
  • The GPT kernel option was removed and GPT support is part of all GENERIC and GENERIC derived kernels. +
  • Many improvements were made to the GPT kernel support to ensure safe and reliable operation of GPT and MBR processing. +
  • disklabel(8) no longer supports boot code installation, with the -B and -b flags being removed. The associated fields in the disklabel were also removed. These functions are now all performed by + installboot(8). +
  • ...