Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153424636
D22062.id63414.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.id63414.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, Apr 22, 2:31 AM (7 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31947561
Default Alt Text
D22062.id63414.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