[ui] remember last selected device

* Closes #35
* Also update syslinux resources
This commit is contained in:
Pete Batard 2012-02-16 23:40:31 +00:00
parent a851d66e7c
commit ce499c95d7
6 changed files with 33 additions and 20 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,5 +1,5 @@
diff --git a/core/fs/lib/loadconfig.c b/core/fs/lib/loadconfig.c
index c9652b6..4dfe1b9 100644
index c9652b6..8ed301e 100644
--- a/core/fs/lib/loadconfig.c
+++ b/core/fs/lib/loadconfig.c
@@ -10,6 +10,8 @@
@ -11,13 +11,12 @@ index c9652b6..4dfe1b9 100644
*/
int generic_load_config(void)
{
@@ -17,12 +19,15 @@ int generic_load_config(void)
NULL, /* CurrentDirName */
@@ -18,11 +20,14 @@ int generic_load_config(void)
"/boot/syslinux",
"/syslinux",
"/",
+ "/boot/isolinux",
+ "/isolinux",
"/",
NULL
};
static const char *filenames[] = {