aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index d211814b0248..83b0d8b27cda 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,27 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.
+20240202:
+ Loader now also read configuration files listed in local_loader_conf_files.
+ Files listed here are the last ones read. And /boot/loader.conf.local was
+ moved from loader_conf_files to local_loader_conf_files leaving only
+ loader.conf and device.hints in loader_conf_files by default.
+
+ The following sequencing is applied:
+
+ 1. Bootstrap:
+ /boot/defaults/loader.conf
+
+ 2. Read loader_conf_files files:
+ /boot/device.hints
+ /boot/loader.conf
+
+ 3. Read loader_conf_dirs files:
+ /boot/loader.conf.d/*.conf
+
+ 4. And finally, rread local_loader_conf_files files:
+ /boot/loader.conf.local
+
20240415:
MFC e0f3dc82727f: If you have an arm64 system that uses ACPI, you will
need to update your loader.efi in the ESP when you update past this