Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161342117
D8142.id21004.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
868 B
Referenced Files
None
Subscribers
None
D8142.id21004.diff
View Options
Index: sys/boot/common/interp.c
===================================================================
--- sys/boot/common/interp.c
+++ sys/boot/common/interp.c
@@ -104,8 +104,7 @@
if (rc == NULL) {
/* Read our default configuration. */
- if (include("/boot/loader.rc") != CMD_OK)
- include("/boot/boot.conf");
+ include("/boot/loader.rc");
} else if (*rc != '\0')
include(rc);
Index: sys/boot/common/loader.8
===================================================================
--- sys/boot/common/loader.8
+++ sys/boot/common/loader.8
@@ -90,9 +90,7 @@
default.
After that,
.Pa /boot/loader.rc
-is processed if available, and, failing that,
-.Pa /boot/boot.conf
-is read for historical reasons.
+is processed if available.
These files are processed through the
.Ic include
command, which reads all of them into memory before processing them,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 4, 12:01 AM (17 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34642574
Default Alt Text
D8142.id21004.diff (868 B)
Attached To
Mode
D8142: Remove historical /boot/boot.conf inclusion.
Attached
Detach File
Event Timeline
Log In to Comment