core: initial work on path-based cwd selection
authorH. Peter Anvin <hpa@zytor.com>
Thu, 7 Jan 2010 02:40:52 +0000 (18:40 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 7 Jan 2010 02:40:52 +0000 (18:40 -0800)
commit44bad3a849a5f30186365eecf69722133775cee8
treeb68d2fbff69d386159b95bdbde99da2475ea1fc0
parent8739796206f1a69880ed3a223f3a108e050292f8
core: initial work on path-based cwd selection

Work on picking the initial cwd by storing a path instead of by
storing an inode number.  This should be both more general (in the
sense of supporting filesystems in a generic way) as well as
conceptually cleaner.  The code doesn't work yet, but this at least
provides support for the extlinux installer to store its subpath into
the installed image.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/comboot.inc
core/diskstart.inc
core/fs/ext2/ext2.c
extlinux/main.c
libinstaller/syslxint.h
libinstaller/syslxmod.c