History log of /netbsd/usr.sbin/sysinst/README.md_defs (Results 1 – 8 of 8)
Revision Date Author Comments
# 9325046b 06-Jan-2023 martin <martin@NetBSD.org>

Provide a disklabel specific MD hook MD_DISKLABEL_PART_INDEX_CHECK
to allow MD code to veto specific disklabel partitions for specific
uses, e.g. to make sure a boot partition does not end up as sd0a

Provide a disklabel specific MD hook MD_DISKLABEL_PART_INDEX_CHECK
to allow MD code to veto specific disklabel partitions for specific
uses, e.g. to make sure a boot partition does not end up as sd0a.
Most architectures won't need this, as the file system type makes
the generic heuristic do the right thing (e.g. move the ESP to wd0e
for x86) - but for some architectures the boot partition uses FFS
and our heuristic fails.

show more ...


# 93477c57 11-Sep-2021 andvar <andvar@NetBSD.org>

Add missing double p and d for stopped and overriden accordingly.
Fix few more typos along the way, mainly in copy-pasted comments.


# f4fd925e 05-Oct-2020 martin <martin@NetBSD.org>

Add a heuristic to detect and properly mark EFI system partitions
when re-using pre-existing partitions.


# 3854f82c 28-Sep-2020 martin <martin@NetBSD.org>

PR 55378: do not assume RAW_PART to be either 2 or 3


# 97a1d813 20-Jan-2020 martin <martin@NetBSD.org>

First try to bring evbarm installation closer to current reality.


# 0a30207f 10-Dec-2019 isaki <isaki@NetBSD.org>

Fix typo.


# 71d8bcbe 09-Dec-2019 martin <martin@NetBSD.org>

PR install/54582: allow MD code to disable on-disk presence verification
of "real" disklabels. Auto-enable this (at run time) when there is no other
partitioning scheme but disklabel configured.
Hard

PR install/54582: allow MD code to disable on-disk presence verification
of "real" disklabels. Auto-enable this (at run time) when there is no other
partitioning scheme but disklabel configured.
Hard-coded enable this for x68k to allow using kernel based translations
for native Human68k partitions.

show more ...


# 9afb46c6 14-Aug-2019 martin <martin@NetBSD.org>

Provide some documentation for macros / defines used in the machine
dependent backend parts of sysinst.