Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112039782
D22062.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
413 B
Referenced Files
None
Subscribers
None
D22062.diff
View Options
Index: head/stand/efi/loader/main.c
===================================================================
--- head/stand/efi/loader/main.c
+++ head/stand/efi/loader/main.c
@@ -239,6 +239,9 @@
struct stat st;
return (stat(PATH_DEFAULTS_LOADER_CONF, &st) == 0 ||
+#ifdef PATH_BOOTABLE_TOKEN
+ stat(PATH_BOOTABLE_TOKEN, &st) == 0 || /* non-standard layout */
+#endif
stat(PATH_KERNEL, &st) == 0);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 12, 10:58 PM (10 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17127223
Default Alt Text
D22062.diff (413 B)
Attached To
Mode
D22062: Allow loader.efi to identify non-standard boot setup
Attached
Detach File
Event Timeline
Log In to Comment