similar to: SYSLINUX 3.20-pre4 pushed out

Displaying 20 results from an estimated 20000 matches similar to: "SYSLINUX 3.20-pre4 pushed out"

2014 Apr 19
0
Some behaviors observed in recent versions
Testing the following (uncommon) syslinux.cfg with different Syslinux versions allows getting to several observations; some might be of interest to users, and some for the Syslinux developers. syslinux.cfg *** UI menu.c32 DEFAULT help TIMEOUT 30 # ONTIMEOUT help LABEL pwd COM32 pwd.c32 LABEL help MENU HELP help.txt *** 1_ For the TIMEOUT-related directives to behave as expected,
2003 Nov 26
0
SYSLINUX 2.08-pre4 released
This version has the following changes: - It adds a MEMDISK installation check API (as Murali asked for) - It renames TIMEOUTCMD to ONTIMEOUT. I decided "ontimeout" was the best alternative, especially since I'm going to try to implement Murali's suggested "onerror", and it seemed to work well in combination. As usual,
2012 May 04
3
[GIT PULL] elflink fixes
Peter, Paulo reported some problems with his config files under ISOLINUX and PXELINUX - basically TIMEOUT and TOTALTIMEOUT were broken. The patches I've pushed to the elflink branch fix this and also fix parsing of the ALLOWOPTIONS config directive. The following changes since commit d5e02fb16a11bfdbce1e90a39e6cb5f2ad925389: get_key: Valid key values are positive (2012-04-17 11:25:53
2004 Dec 22
0
SYSLINUX 3.00-pre4 released - FINAL RELEASE CANDIDATE
Okay, I have released SYSLINUX 3.00-pre4. This integrates Joel's MBR-writing patch into the Win32 loader; modified to a fair extent by me. God, the Windows API is uglier than hell. This will definitely be the last prerelease for a while, since I'm about to leave for the airport for the holidays. When I come back I plan to release 3.00, so please try it out and yell if there are
2006 Sep 04
0
Patch to menu.c32 from syslinux 3.20
Hi, I'm attaching a patch to Syslinux dealing with a handful of issues that were preventing me from using the simple menu interface. Issues covered: * Enable "MENU ONERROR" as a keyword on par with "ONERROR". * Enable hidden menu entries to be used as ontimeout and onerror entries (probably the least estheticalla pleasing part, sorry about that.) * Make global
2015 Jun 23
0
[patch] doc/menu.txt MENU RESOLUTION and others
Correct the order of the parameters for MENU RESOLUTION. Update references. Rewording. Typos. diff U3 /syslinux-6.03/doc/menu.txt /syslinux-6.03-next/doc/menu.txt --- /syslinux-6.03/doc/menu.txt Mon Oct 06 19:27:44 2014 +++ /syslinux-6.03-next/doc/menu.txt Wed Jun 24 01:28:49 2015 @@ -5,35 +5,38 @@ +++ THE ADVANCED MENU SYSTEM +++ The advanced menu system, written by Murali Krishnan
2004 Feb 03
3
SYSLINUX 2.09-pre4
I have just released SYSLINUX 2.09-pre4 with a few changes: a) SYSLINUX should now correctly handle mode changes from within a COMBOOT program. b) Tweaks to the menu system to avoid the "grey text on black" problem. c) A new color scheme for the menu system (Murali, check it out and see if you think it works for you.) ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
2009 May 18
1
Syslinux 3.81-pre4 (RC): halt on idle included
Hi all, I have pushed out Syslinux 3.81-pre4, which is now a release candidate for 3.81. This version includes halt on idle, and so I'm very keen on getting this tested. -hpa
2006 Oct 30
2
SYSLINUX 3.32-pre4 released: MEMDISK floppy drive workaround
Hi all, I have pushed out a SYSLINUX 3.32-pre4. This version attempts to work around the "missing floppy drive" issue. If you have systems on which MEMDISK doesn't work without a floppy drive, I would appreciate it if you would test this out. -hpa
2002 Apr 28
1
SYSLINUX 1.73-pre4 released
Yet another test release for the rewrite in progress. This version generalizes the definition of a boot sector, and puts the boot sector code into all the modules, so that a CD-ROM "boot sector" (like WinNT uses) and a PXE NBP should now all be possible to chainload. PLEASE test it out, pretty please... I haven't heard anything from anyone since at least 1.73-pre2.
2007 Feb 05
0
SYSLINUX 3.36-pre4: new MBR
I have just pushed out SYSLINUX 3.36-pre4; the main difference is a rewritten MBR which can boot from logical partitions. I plan to eventually submit that to be added into (s)fdisk in util-linux. -hpa
2002 Jun 11
0
SYSLINUX 1.75-pre4 released - RELEASE CANDIDATE
Hi all, I have released SYSLINUX 1.75-pre4, which is a release candidate for 1.75. Please pretty please test it out: http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/ I'm working on some new stuff, basically COMBOOT+an API+32-bit support, which should make doing things like menus and other UI features very easy as separate modules. When that gets finished I'll probably
2003 Apr 10
0
SYSLINUX 2.03-pre4 released
Hi all, I have just released SYSLINUX 2.03-pre4; this is the same as SYSLINUX 2.03-pre3, except: a) I have -- I hope -- finally fixed the Perl scripts so they work in UTF-8 locales; b) MEMDISK now supports gzip compressed images. For those who have requested it... you should really thank me for the last one. It took quite a bit of work, mostly because I had to move the installer to be a
2004 Dec 17
0
SYSLINUX 2.20-pre4 available
Yep, -pre4. I've had a massive cleanup urge and have been doing things like actually move common variables into the .inc files where they belong. This also means NASM 0.98.38 is absolutely required, since it uses those new features extensively. This release also contains code to compress label statements in memory, although it's not actually turned on yet. Once turned on it should
2007 Dec 14
0
SYSLINUX 3.60-pre4 released
I have just pushed out SYSLINUX 3.60-pre4. I have deferred the gPXE integration branch to a later release, since it looks like the gPXE folks are stalled on their end. Highly unfortunately, because it's cool stuff. What I *do* have, however, is support for a small amount of storage in the boot loader -- currently only implemented for EXTLINUX, but the infrastructure is there for all of
2008 Jan 23
0
SYSLINUX 3.61-pre4 released, release candidate, bug fixes only
Hi all, I have just pushed out SYSLINUX 3.61-pre4, and am declaring it a release candidate. The intent is for 3.61 to be a bugfix-only release, with the one exception that I couldn't resist shaving off an additional few bytes off mbr.bin (36 bytes free now.) If I have missed any bug reports, please holler now. Otherwise I'd like to release 3.61 final in a couple of days. -hpa
2010 Oct 10
1
syslinux-4.03-pre4 + MCONFIG.devel + gcc 4.5
I am getting cc1: warnings being treated as errors strspn.c: In function 'strxspn': strspn.c:14:20: error: inlining failed in call to 'set_bit': optimizing for size and code size would grow strspn.c:32:9: error: called from here strspn.c:14:20: error: inlining failed in call to 'set_bit': optimizing for size and code size would grow strspn.c:36:9: error: called from here
2006 Sep 06
1
SYSLINUX 3.30-pre4 released
Basically, more work on the graphical menu, and actual documentation for it. -hpa
2010 Oct 08
4
Syslinux 4.03-pre4 - Release Candidate
Trying to get at least my backlog of bug fixes out... I'm hoping to do a 4.03 next week. Please help by: a) giving it a whirl; b) letting me know if I have missed any low-risk bugfixes. Gene: I did not include your UI branch in this release, because it made me a bit nervous... poke me on IRC when you have a chance. -hpa
2003 Apr 11
1
SYSLINUX 2.03-pre4
Hi, I have the pre4-Version installed since today morning, and it's working fine so far. I have some quetion about it: How can I create a boot-Picture for the PXE-Stuff with Wi****s-Tools for example Paintshop Pro 5.03 ?? I already tried to load one of the Examples and saving the modified Pic back but it didn't work. I would love to have a blue background with white letters and red