=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/70.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- www/70.html 2021/10/02 13:23:10 1.34 +++ www/70.html 2021/10/02 13:44:11 1.35 @@ -80,11 +80,9 @@
  • New/extended platforms: @@ -348,10 +340,11 @@
  • Allowed cad(4) recognition as boot interface when using netboot, making autoinstall/upgrade work.
  • Introduced a short wait in rc(8) after netstart(8) finishes until an IPv4 or IPv6 default route is present before continuing boot. Fixed setups depending on working network and DNS resolution during early boot when using autoconfiguration (dhcpleased(8) or slaacd(8)).
  • Made fdisk(8) always create an EFI SYS partition if the -b option is specified when initializing a GPT. +
  • Allowed (w)hole disk allocation for GPT disks in arm64, using fdisk(8) -A when an Apple APFS ISC partition is detected and fdisk -ig otherwise. Created EFI SYS boot partitions only on ROOTDISK GPT disks. +
  • Added installboot(8) "-p" to prepare by creating a new filesystem on the partition reserved for the bootloader on relevant architectures. +
  • Added GPT support to armv7 installboot(8).
  • Added the Spleen 12x24 and 16x32 font on amd64's RAMDISK_CD and RAMDISK kernels.
  • Used installboot(8) on arm64 ramdisks. -
  • Fixed an issue on machines where the EFI memory map has more than 64 entries. -
  • Security improvements: