aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-05-18 15:38:08 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-05-18 15:38:08 -0700
commitb3fd7f6bad03b75cfa31c1cf837168cfe787152f (patch)
tree31ee4a027cc47421d9c0e89e30286a4123b3d083
parent40deaf6ca2101544a2fd634d5ec2f0e66d075970 (diff)
downloadsyslinux-b3fd7f6bad03b75cfa31c1cf837168cfe787152f.tar.gz
syslinux-b3fd7f6bad03b75cfa31c1cf837168cfe787152f.tar.xz
syslinux-b3fd7f6bad03b75cfa31c1cf837168cfe787152f.zip
fs.h: A slighly more useful default PATH
/bin is clearly insane... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/include/fs.h2
1 files changed, 1 insertions, 1 deletions
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 */