History log of /netbsd/usr.sbin/sysinst/msg.mi.de (Results 1 – 25 of 43)
Revision Date Author Comments
# 43d2e1dc 15-Dec-2022 martin <martin@NetBSD.org>

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


# e2c1461c 30-Nov-2022 martin <martin@NetBSD.org>

Add support for FFSv2ea in the partition type menus (internally setting
fs version to 3 for this, where 2 is FFSv2 and 1 is FFSv1)


# 668edd3c 22-Jul-2022 christos <christos@NetBSD.org>

Add a menu option to set the file extension of the downloaded sets.
amd64 sets are .tar.xz and sysinst fails by default.


# 142ac57c 11-Jun-2022 martin <martin@NetBSD.org>

Slightly improved error handling when converion from one partition table
format to another is not lossless.


# 410116bb 09-Jun-2022 martin <martin@NetBSD.org>

Add support for explicitly selecting "EFI system partition" as a partition
type.


# 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.


# 45a741d8 16-May-2022 martin <martin@NetBSD.org>

Split the available disks (that may be partitioned) from the
preconfigured wedges (that can be install target, but can not be
partitioned). The latter are only usefull in special setups
and clobber t

Split the available disks (that may be partitioned) from the
preconfigured wedges (that can be install target, but can not be
partitioned). The latter are only usefull in special setups
and clobber the list of available disks for the usual setup cases.

show more ...


# 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 ...


# 1e9ac4e4 10-Jan-2022 nia <nia@NetBSD.org>

sysinst(8): Add initial support for connecting to Wi-Fi networks
by spawning wpa_supplicant.

Reviewed by martin.


# 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 ...


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

sysinst: fix some more typos in the German translation


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

sysinst: restore the few intentional line breaks in German

Marking a forced line break with a trailing space is a terrible idea.
Most of the lines that previously had trailing whitespace did so
unin

sysinst: restore the few intentional line breaks in German

Marking a forced line break with a trailing space is a terrible idea.
Most of the lines that previously had trailing whitespace did so
unintentionally, destroying the auto-layout.

show more ...


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

sysinst: proofread German translation

It was a mixture of all possible styles, with several typos and
inconsistencies.


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

sysinst: fix German translation, remove more trailing whitespace


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

sysinst: remove trailing whitespace in German translation


# f10a15f3 05-Nov-2020 martin <martin@NetBSD.org>

Remove an unused message (accidently placed inconsistently in
previous)


# 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 ...


# 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).


# 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.


# 80bf2417 12-Oct-2020 martin <martin@NetBSD.org>

PR 55536: when we find existing partition tables and have alternative
formats available, offer to delete partitions and create new ones from
scratch (in some other or the same on-disk format).


# 879faa2a 18-May-2020 jmcneill <jmcneill@NetBSD.org>

Separate devicetree .dts -> .dtb building from kernel builds. They are now
part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This
defaults to yes for earmv[67]* and aarch64, and no ev

Separate devicetree .dts -> .dtb building from kernel builds. They are now
part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This
defaults to yes for earmv[67]* and aarch64, and no everywhere else.

show more ...


# 1ba4b26e 06-Feb-2020 martin <martin@NetBSD.org>

Reformat a query to add an automatically detected swap partition
so it fits on narrow screens.


# 34f3e937 09-Jan-2020 martin <martin@NetBSD.org>

Finish conversion of extended partitioning parts to new abstract
backend interface. XXX still could use a lot of polishing.


# 0b93e29f 11-Dec-2019 martin <martin@NetBSD.org>

PR 54065: add optional "old compat" variant of ext2fs in file system
type selection and use that as default for the cobalt boot file system.


12