Start a disk labels loader config.

Don't have it working the way I want to yet, so its commented out.
This commit is contained in:
Tom Alexander
2022-11-12 16:38:14 -05:00
parent 3dd96dcc2c
commit a2a7da0d9b
3 changed files with 33 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
# Disabling both of these will make /dev/gpt/* populated
#
# This uses gpt partition labels which you can set with:
#
# gpart modify -l EFI -i 1 nvd0
# kern.geom.label.disk_ident.enable="0"
# kern.geom.label.gptid.enable="1"