Page MenuHomeFreeBSD

D22062.diff
No OneTemporary

D22062.diff

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

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)

Event Timeline