syslinux: Correctly handle the case of installing into the root
authorH. Peter Anvin <hpa@linux.intel.com>
Thu, 10 Jun 2010 01:38:38 +0000 (18:38 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 10 Jun 2010 01:38:38 +0000 (18:38 -0700)
commitb0ff6613d593ee88790a9299afd20ebd66c65b3c
tree029fd1bc936653be6e218ad3e9229af1e5264efb
parentd9408bb55f2c833de361cef1153c615d2874e7c6
syslinux: Correctly handle the case of installing into the root

When installing into the root directory, we should logically search
the root directory first.  Thus, we need to make sure the current path
is "/" not "".

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/fs/lib/loadconfig.c
linux/syslinux.c