History log of /netbsd/usr.sbin/sysinst/util.c (Results 1 – 25 of 72)
Revision Date Author Comments
# 94190436 24-Jun-2023 msaitoh <msaitoh@NetBSD.org>

Fix typo in comment.


# 3b7feb4a 15-Dec-2022 martin <martin@NetBSD.org>

PR 57100: in manual mode, we can not ignore existing partitions
completley, as that causes inconsistent internal state.


# 43d2e1dc 15-Dec-2022 martin <martin@NetBSD.org>

Add an (expert) option to manually edit partitions, inspired by PR 57100.


# 10ef89aa 10-Jul-2022 martin <martin@NetBSD.org>

Preparations to make the extended partitioning during normal installation
more usefull - pass an optional install_description to partman().


# 9088b92a 24-Jun-2022 tsutsui <tsutsui@NetBSD.org>

Use proper ANSI function declarations.


# cd68f3e3 18-May-2022 martin <martin@NetBSD.org>

When not invoked via some explicit "configure network" menu item,
auto-detect an already working network setup and offer to "just use" it
whenver we need connectivity.


# 691c8254 21-Apr-2022 martin <martin@NetBSD.org>

Make default installations a bit more secure:
- push a bit harder for setup of a root password
- simplify/clarify manual entropy setup
- visit the entropy setup (on machines where it is needed) on

Make default installations a bit more secure:
- push a bit harder for setup of a root password
- simplify/clarify manual entropy setup
- visit the entropy setup (on machines where it is needed) on the
default path through sysinst

show more ...


# 8da5a867 14-Apr-2022 martin <martin@NetBSD.org>

Fix invalid msg_fmt_table_add() call, pointed out by Andreas Gustafsson.


# da03c2cb 29-Jan-2022 martin <martin@NetBSD.org>

Try to get rid of all wedges we created (after unmounting).


# 17dc13c5 03-Jan-2022 martin <martin@NetBSD.org>

Now that (semi-)manual entropy setup may happen outside of the main
install/upgrade path, we need to (re-)write the entropy seed file
afterwards - the earlier written one would not have an entropy es

Now that (semi-)manual entropy setup may happen outside of the main
install/upgrade path, we need to (re-)write the entropy seed file
afterwards - the earlier written one would not have an entropy estimate
if we get here.

show more ...


# ffd5ced0 08-Oct-2021 martin <martin@NetBSD.org>

Re-enable the entropy handling code in sysinst (only visible on machines
that do not have full entropy), but move it to the config menu
instead of enforcing it as mandatory step.

This menu is shown

Re-enable the entropy handling code in sysinst (only visible on machines
that do not have full entropy), but move it to the config menu
instead of enforcing it as mandatory step.

This menu is shown at the end of the setup, or if explicitly invoked
from the main menu.

Some of the input options are complex but useful in some situations
and code to support them is tiny. Most users will use the manual input
(first + default option) but some might prefer to connect a USB TRNG
or have easy setups to transfer entropy from another machine (while
copy & paste on a serial console sometimes is tricky).

show more ...


# fa69a085 26-Sep-2021 maya <maya@NetBSD.org>

Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional

Simplifies logic.
(Second commit - first one was partial)

Restoring MK* requested by mrg on tech-kern discussion
http

Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional

Simplifies logic.
(Second commit - first one was partial)

Restoring MK* requested by mrg on tech-kern discussion
https://mail-index.netbsd.org/tech-kern/2021/09/25/msg027695.html

show more ...


# af4cbeb0 25-Sep-2021 maya <maya@NetBSD.org>

Move DRM-driver firmware from base to its own set, gpufw

This set is only installed on amd64,i386,evbarm.
This set is installed on minimal installs and on install media, in
case someone needs it for

Move DRM-driver firmware from base to its own set, gpufw

This set is only installed on amd64,i386,evbarm.
This set is installed on minimal installs and on install media, in
case someone needs it for basic driver functionality.

Comments:
Switched to a single MK tunable for it - that is probably unneeded.

An upcoming DRM update will include even fatter firmware, and we'd
like to minimize the impact of it.

show more ...


# 3268bb04 03-Aug-2021 martin <martin@NetBSD.org>

Cleanup alarm(3) handling in the timezone selection menu for error
cases, pointed out by RVP.


# 48189c73 20-Jul-2021 martin <martin@NetBSD.org>

RAM size will not change during installation, do the sysctl() dance
only once.


# de26528b 31-Jan-2021 rillig <rillig@NetBSD.org>

sysinst: remove trailing whitespace from *.c *.h

In contrast to the messages files, this whitespace is not significant.


# 743458fc 10-Nov-2020 gson <gson@NetBSD.org>

Fix typos in comment


# f4a00a8d 04-Nov-2020 martin <martin@NetBSD.org>

Avoid warnings


# ea503c59 04-Nov-2020 martin <martin@NetBSD.org>

Add (experimental) entropy input support:
Early during new installs or after upgrades we check if entropy is
available. If not (no hardware random number generator available)
we inform the user and a

Add (experimental) entropy input support:
Early during new installs or after upgrades we check if entropy is
available. If not (no hardware random number generator available)
we inform the user and ask them to fix it.

show more ...


# 090d4771 30-Oct-2020 martin <martin@NetBSD.org>

PR 55769: avoid the module set if we do not build any


# afcfeb74 27-Oct-2020 martin <martin@NetBSD.org>

When we did not magically find any CD medium with sets, offer a manual
override (so ISO images on USB sticks or Xen's xbd(4) work).


# 5165f405 26-Oct-2020 martin <martin@NetBSD.org>

PR 55752: relax an assertion, the first getvfsstat() call may overestimate
the file systems visible to us.


# fe2e33f5 25-Oct-2020 martin <martin@NetBSD.org>

Mark a variable only used in an assert as __diagused.


# 35ed82c5 24-Oct-2020 martin <martin@NetBSD.org>

When looking for available CD media, skip those that are already mounted.
When no medium with sets is found, show a new error message and return
to the source selection menu.
Rearrange all source opt

When looking for available CD media, skip those that are already mounted.
When no medium with sets is found, show a new error message and return
to the source selection menu.
Rearrange all source option menus to have the proper set suffix
available (either .tgz or .tar.xz).

show more ...


# b162b00b 13-Oct-2020 martin <martin@NetBSD.org>

PR 55142: on popular demand bring back expert options to adjust the
number of free inodes, block size and fragment size for FFS and LFS.


123