Up to [cvs.NetBSD.org] / src / usr.sbin / sysinst
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 21 17:30:15 2022 UTC (9 months, 2 weeks ago) by martin
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.4: +14 -13
lines
Diff to previous 1.4 (colored)
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
Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 8 22:07:11 2021 UTC (15 months, 4 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Fix accidental word duplication
Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 8 15:59:55 2021 UTC (15 months, 4 weeks ago) by martin
Branch: MAIN
Changes since 1.2: +6 -2
lines
Diff to previous 1.2 (colored)
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).
Revision 1.2 / (download) - annotate - [select for diffs], Fri Nov 6 12:23:10 2020 UTC (2 years, 3 months ago) by martin
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.1: +9 -10
lines
Diff to previous 1.1 (colored)
Fix copy & pasted copyright comments.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Nov 4 14:29:40 2020 UTC (2 years, 3 months ago) by martin
Branch: MAIN
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.