Page MenuHomeFreeBSD

D22062.id63414.diff
No OneTemporary

D22062.id63414.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, 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)

Event Timeline