From b3fd7f6bad03b75cfa31c1cf837168cfe787152f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 18 May 2012 15:38:08 -0700 Subject: [PATCH] fs.h: A slighly more useful default PATH /bin is clearly insane... Signed-off-by: H. Peter Anvin --- core/include/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/fs.h b/core/include/fs.h index 59ec503f..40ca09a4 100644 --- a/core/include/fs.h +++ b/core/include/fs.h @@ -179,7 +179,7 @@ static inline struct file *handle_to_file(uint16_t handle) return handle ? &files[handle-1] : NULL; } -#define PATH_DEFAULT ".:/bin/" +#define PATH_DEFAULT ".:/boot/syslinux/:/boot/" extern char *PATH; /* fs.c */ -- 2.11.4.GIT