search for: ea702fa

Displaying 2 results from an estimated 2 matches for "ea702fa".

2014 Apr 29
2
[PATCH][git-pull] lua: make kernel and initrd progress output match in sl_boot_linux
...------------------------------------------- Ferenc W?gner (1): lua: make kernel and initrd progress output match in sl_boot_linux com32/lua/src/syslinux.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/com32/lua/src/syslinux.c b/com32/lua/src/syslinux.c index ea702fa..5e57db0 100644 --- a/com32/lua/src/syslinux.c +++ b/com32/lua/src/syslinux.c @@ -219,7 +219,7 @@ static int sl_boot_linux(lua_State * L) msleep(1000); */ - printf("Loading kernel %s...\n", kernel); + printf("Loading kernel %s... ", kernel); if (loadfi...
2014 May 14
0
[PATCH][git-pull] lua: make kernel and initrd progress output match in sl_boot_linux
...----- > Ferenc W?gner (1): > lua: make kernel and initrd progress output match in sl_boot_linux > > com32/lua/src/syslinux.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/com32/lua/src/syslinux.c b/com32/lua/src/syslinux.c > index ea702fa..5e57db0 100644 > --- a/com32/lua/src/syslinux.c > +++ b/com32/lua/src/syslinux.c > @@ -219,7 +219,7 @@ static int sl_boot_linux(lua_State * L) > msleep(1000); > */ > > - printf("Loading kernel %s...\n", kernel); > + printf("Loading kerne...