Skip to content

Commit

Permalink
Some installer improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
krw committed Mar 27, 2018
1 parent 10984fc commit 96e8e98
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion 63.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,27 @@ <h3 id="new"><font color="#0000e0">What's New</font></h3>

<li>Installer improvements:
<ul>
<li>...
<li>bsd.rd can now download, verify and upgrade to the bsd.rd of
the next release.
<li>store random.seed even if install.site or upgrade.site fails.
<li>allow CIDR notation when entering IPv4 and IPv6 addresses.
<li>repair selection of a HTTP mirror from the list of mirrors.
<li>allow '-' in usernames.
<li>ask a question at the end of the install/upgrade process so
carriage return causes the appropriate action, e.g. reboot.
<li>display the mode (install or upgrade) at the start of the install/upgrade.
<li>correctly detect which interface has the default route and if it was
configured via DHCP.
<li>ensure sets can be read from the prefetch area.
<li>ensure URL redirection is effective for entire install/upgrade.
<li>add the HTTP proxy used when fetching sets to rc.firsttime, where
fw_update and syspatch can find and use it.
<li>add logic to support RFC 7217 with SLAAC .
<li>ensure that IPv6 is configured for dynamically created network
interfaces like <a href="https://man.openbsd.org/vlan.4">vlan(4)</a>
.
<li>create correct hostname when both domain-name and
domain-search options are provided in the DHCP lease.
</ul>
<p>

Expand Down

0 comments on commit 96e8e98

Please sign in to comment.