Age | Commit message (Collapse) | Author |
|
libexec/reorder_kernel script.
OK tb
|
|
contains both domain-name and domain-search options make sure to use the
first domain-name entry (there might be multiple).
This issue was noticed by Raf Czlonka, thanks for reporting
Discussed with, tested and OK krw
|
|
|
|
|
|
|
|
tolower()
ok cheloha@ rob@ florian@
|
|
|
|
|
|
|
|
Discussed with tb, rpe, feedback from and OK halex.
|
|
This ensures, that IPv6 is configured for dynamically created network
interfaces like 'vlan' which would otherwise not yet exist at the time
parse_hn_line() checks for IPv6 capability of an interface before
applying the inet6 configuration from the hostname.if.
Found out, tested and OK naddy
|
|
- remove the leftover _hn variable from dhcp_request()
- remove the "$_name" parameter when using dhcp_request() in v4_config()
- change comments of v{4,6}_config() to reflect the purpose of _name
OK krw tb
|
|
|
|
|
|
|
|
|
|
|
|
ok rpe
|
|
|
|
OK rpe, tb, naddy, sthen
|
|
|
|
special character or space (possible with e.g. proxy username/password).
noticed by, install.sub shell magic from, and ok halex@
|
|
rc.firsttime for fw_update and syspatch. From trondd at kagu-tsuchi com,
ok halex@
|
|
|
|
|
|
reported by naddy@ long ago
ok rpe@
|
|
|
|
|
|
Ensures that when URL redirection takes place, the rest of the install/upgrade
session will stick to that redirected location. This should help ensure that
the fetched set of files is coherent when a load balancer emits 301/302.
With feedback from rpe@
OK sthen@ rpe@
|
|
than one core available.
When bsd.mp is used, bsd.sp is not copied to the boot partition.
Old installations might not have enough space for all bsd.mp, bsd.sp
and bsd.rd.
OK deraadt@, krw@, pirofti@
|
|
|
|
|
|
user during the actual install phase. Add a check to the selection
of the prefetch area to ensure the unprivleged user can read files
from there.
Move the selection logic to its own function prefetcharea_fs_list()
which returns a unique list of candidate filesystems, or with rc=1.
While at it, remove /var/tmp from the potential list of candidates
because it's a symbolic link to /tmp since 2014.
Change install_files() to loop over the candidates and check if it
can read a test file, otherwise clean up and skip this filesystem.
Problem found by benno@ whose upgrade failed due to /usr/obj being
owned by build:wobj and permissions that prevented the unprivileged
user to read the prefetched set files from there.
discussed with and OK benno@ halex@ tb@
|
|
|
|
|
|
|
|
|
|
Offer to exit to shell, halt or reboot the system, where 'reboot' is
the default answer. Change default answer to 'halt' for installs if
MDHALT is set to 'y'.
suggested by landry@
OK halex@
|
|
|
|
|
|
|
|
|
|
helped to find out if the default route was configured by dhclient.
Check if the interface connected to the default route is in the
dhcp interface group which accomplishes the same functionality.
With feedback from and OK krw@
|
|
|
|
that 'send host-name' is the default behaviour for
dhclient.
ok rpe@
|
|
between exiting to the shell or to reboot the latter being the default.
(On sparc64 the second choice is to halt the system which leaves it at the
OpenBoot PROM prompt)
While there add a newline after the CONGRATULATIONS message.
OK tb@
positive feedback naddy@ deraadt@ giovanni@
|
|
suggested by deraadt
ok rpe
|
|
|
|
the install and upgrade process.
"no" or [enter] reboots the system
"yes" leaves the install or upgrade at the shell prompt
On selected architectures, sparc64 being the only so far, the system
is halted instead of rebooted.
autoinstall(8) is NOT affected by this new question as it reboots the
system automatically already.
Suggested by and OK deraadt@, tb@ phessler@
Feedback on sparc64 by stsp@
Positive feedback pea@ landry@
|
|
requested and OK aja
OK halex@
|