=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/70.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- www/70.html 2021/10/02 15:44:46 1.46 +++ www/70.html 2021/10/02 15:48:08 1.47 @@ -419,33 +419,64 @@
  • Installer and upgrade improvements: +
  • 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. +
  • Use installboot(8) on + arm64 ramdisks. +
  • Enable dhcpleased(8) on + ramdisks, and activate resolvd(8), replacing dhclient(8). +
  • Enable sclaacd(8) + to configure nameservers on ramsdisks. +
  • Security improvements:
  • Routing daemons and other userland network improvements: