[BACK]Return to 73.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/73.html between version 1.16 and 1.17

version 1.16, 2023/04/03 04:02:09 version 1.17, 2023/04/03 10:17:31
Line 410 
Line 410 
   
 <li>Installer, upgrade and bootloader improvements:  <li>Installer, upgrade and bootloader improvements:
   <ul>    <ul>
   <li>In the installer, "!" now drops into a <a    <li>Made installer answers <code>!</code> and <code>(S)hell</code> drop into a <a
         href="https://man.openbsd.org/ksh.1">ksh(1)</a> environment rather          href="https://man.openbsd.org/ksh.1">ksh(1)</a> environment rather
         than the more limited <a href="https://man.openbsd.org/sh.1">sh(1)</a>.          than the more limited <a href="https://man.openbsd.org/sh.1">sh(1)</a>.
   <li>Made the installer skip interface configuration questions when no interfaces are available.    <li>Made the installer skip interface configuration questions when no interfaces are available.
Line 425 
Line 425 
   <li>Stopped offering WEP in the installer if not supported.    <li>Stopped offering WEP in the installer if not supported.
   <li>Added initial support in the installer for guided disk    <li>Added initial support in the installer for guided disk
         encryption for amd64, i386, riscv64 and sparc64.          encryption for amd64, i386, riscv64 and sparc64.
     <li>Fixed lock file error on installer exit/abort.
     <li>Made the installer stop printing MD post installation instructions on upgrades.
     <li>Cleaned up lots of code.
     <li>Made <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> <code>-p</code>
           support <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>.
     <li>Made <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> silently skip
           <a href="https://man.openbsd.org/softraid.4">softraid(4)</a>. keydisks.
     <li>Fixed passing explicit stages files to
           <a href="https://man.openbsd.org/installboot.8">installboot(8)</a>.
   
   <!-- architecture specific -->    <!-- architecture specific -->
   <li>Switched luna88k boot loader to MI boot code.    <li>Switched luna88k boot loader to MI boot code.
Line 437 
Line 446 
         makes sense for the bootloader to control it.          makes sense for the bootloader to control it.
   <li>Added "machine poweroff" command on luna88k bootloader.    <li>Added "machine poweroff" command on luna88k bootloader.
   <li>Switched alpha to machine-independent boot blocks.    <li>Switched alpha to machine-independent boot blocks.
   <li>Switched loongson ramdisk to use <a    <li>Switched all architectures (except alpha and luna88k) ramdisks to use
         href="https://man.openbsd.org/installboot.8">installboot(8)</a> -p.          <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> <code>-p</code>.
     <li>Added <a href="https://man.openbsd.org/mount_nfs.8">mount_nfs(8)</a> to
           sparc64 ramdisks to be able to fetch sets over NFS.
     <li>Fixed ofwboot OpenFirmware "map" call to unbreak boot on some machines.
     <li>Reduced ofwboot.net size after libz update to unbreak netboot on some machines.
     <li>Made riscv64 bootloader support boot from RAID 1C softraid volumes.
     <li>Made <a href="https://man.openbsd.org/installboot.8">installboot(8)</a> support
           <a href="https://man.openbsd.org/softraid.4">softraid(4)</a> on riscv64.
   </ul>    </ul>
   
 <li>Security improvements:  <li>Security improvements:

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17