History log of /src/usr.sbin/sysinst/README.md_defs
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.8 06-Jan-2023 martin

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.


Revision tags: netbsd-10-1-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base
# 1.7 11-Sep-2021 andvar

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


Revision tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.6 05-Oct-2020 martin

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


# 1.5 28-Sep-2020 martin

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


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406
# 1.4 20-Jan-2020 martin

branches: 1.4.4;
First try to bring evbarm installation closer to current reality.


# 1.3 10-Dec-2019 isaki

Fix typo.


# 1.2 09-Dec-2019 martin

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.


Revision tags: phil-wifi-20191119
# 1.1 14-Aug-2019 martin

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