similar to: syslinux config file size

Displaying 20 results from an estimated 8000 matches similar to: "syslinux config file size"

2013 Jun 26
5
Syslinux 6.00 released
Hallo, H. Peter, Du meintest am 25.06.13: >> We could probably fabricate a script of some sort to check for the >> required version of gnu-efi, and skip it if not found, unless the >> user explicitly requested that the EFI files be built, in which case >> we'd error out. >> >> Thoughts? > Not really... let's just document "make bios". By
2008 Feb 04
1
SYSLINUX 3.61 released
Changes in 3.61: * EXTLINUX: fix crash when accessing an empty file. * elf.c32: If a PHDR segment is present, load it. * Fix SHA-1 and MD5 passwords. * ISOLINUX: fix booting when mastered without mkisofs -boot-info-table (broken since 3.50, sigh...) * Handle BIOSes which emit multiple contiguous valid memory regions in the e820 map. Begin3 Title: syslinux Version: 3.61 Entered-date:
2012 Jun 29
7
Syslinux 5.00-pre6: call it a beta
I think the Syslinux 5.00 branch is now at the point where I believe it it is feature complete and should be able to replace the main Syslinux branch. As such, it is important that we get wider testing, and especially that people let us know if and where it breaks. As of right now, there aren't any known bugs...
2001 Oct 11
2
Can we encrypt copied files on target machine?
The problem ----------- I want to copy a file from machine A (master) to machine B (backup) but I would like to stop root user on machine B to easily look at the file contents. So I encrypt the file to send at machine A and send just the encrypted version to machine B (which has no means to decrypt the file). Then I make a small change in the file in the machine A and want to send the new
2010 Jul 19
5
Very last call for Syslinux 4.02
Hi all, I would like to release Syslinux 4.02 TODAY. If there is anything I'm missing, or which is wrong in Syslinux 4.02-pre3, please scream loudly NOW... -hpa
2008 Sep 26
3
SYSLINUX 3.72 released
Well, it has to happen at some point, so I have officially pushed out SYSLINUX 3.72. The big news in this release is of course the ISOLINUX hybrid mode support (a single image which can be booted either from a CD-ROM or from a hard disk/USB stick), but there are plenty of more goodies in here, including the label listing (not technically completion) on the Tab key. As usual, huge thanks to
2012 Aug 27
3
String Handling() for Split a word by a letter
Hi, here im unable to run a string handle function called unpaste(). for eg:- a<- "12345_mydata" Actually my requirement what is i need to get , only 12345. Means that , i need the all letter as a word which is before of first " _ " - symbol of "a". i tried to do with unpaste, it says function not found. After that i tried with "strsplit() ". it
2008 Oct 14
2
SYSLINUX 3.73-pre3
I just pushed out SYSLINUX 3.73-pre3. The only significant difference over -pre2 was changing MEMDISK to use "safeint" by default. -hpa
2005 Oct 28
3
splitting a character field in R
Dear R users, I have a dataframe with one character field, and I would like to create two new fields (columns) in my dataset, by spliting the existing character field into two using an existing substring. ... something that in SAS I could solve e.g. combining substr(which I am aware exist in R) and "index" for determining the position of the pattern within the string. e.g. if my
2010 Apr 01
2
Syslinux 3.86 released; Syslinux 4.00 now in beta test
Syslinux 3.86 is out; it is a bug fix release. Syslinux 4.00, starting with Syslinux 4.00-pre38, is now officially in beta test. Special thanks to Intel Corporation, my current employer, for their support for my Syslinux work. Changes in 3.86: * chain.c32: fix chainloading the MBR of a hard disk (broken in 3.85). * mboot.c32: report the boot loader name in the information structure. *
2010 Mar 30
2
Need help to split a given matrix is a "sequential" way
I need to split a given matrix in a sequential order. Let my matrix is : > dat <- cbind(sample(c(100,200), 10, T), sample(c(50,100, 150, 180), 10, > T), sample(seq(20, 200, by=20), 10, T)); dat [,1] [,2] [,3] [1,] 200 100 80 [2,] 100 180 80 [3,] 200 150 180 [4,] 200 50 140 [5,] 100 150 60 [6,] 100 50 60 [7,] 100 100 100 [8,] 200 150 100 [9,]
2011 Feb 01
3
sum the values in a vector as a complete number
Hi I am trying to create a function that is able to calculate this sum: a<-c(2,3,5) b<-(8,7) with "a" meaning 235 and "b" 87. So the result of this sum would be 235 + 87 = 322. I've searched a function like strsplit but that worked for integers and in reverse - not spliting but combining. Can you give me a hand on this please? thanks AD -- View this message in
2009 May 03
3
Domain-specific HLT when idle
Hello hpa, We are developing a Xen-based virtualization service, and we are trying to reduce excessive CPU utilization at isolinux boot prompts. When users boot up a virtual machine on an isolinux boot CD, the CPU starts spinning at 100%. These machines frequently get left in this state for days or weeks, degrading the service for everyone else. You replied to the work-around discussed in
2009 May 03
1
Syslinux 3.80-pre7
I have just pushed out Syslinux 3.80-pre7. I am slightly concerned about putting this into the release tree at this point: I was working with some of the shuffler code, and found that the memory map handling was actually severely buggy on some of my test cases. Resolving that problem took rewriting most of syslinux_add_memmap(). However, against better judgement :) I decided to check in the
2010 Mar 30
2
Syslinux 3.86-pre2: *absolutely last call*
I just pushed out Syslinux 3.86-pre2. Absolutely last call for Syslinux 3.86. -hpa
2011 Apr 05
1
Syslinux 4.04-pre22 -- another "last call" attempt
Trying again to get a last call for Syslinux 4.04. I really want to release it this week. -hpa
2008 Oct 09
1
Append line size limit in syslinux 3.72
Hi, Is there still a known limit of 255 characters of the append line in syslinux (isolinux) from the config file ? A quick test showed me that when the APPEND line in the config-file is longer than 255 characters it arrives truncated in Linux. While typing more than 255 characters on the commandline does not cause the same issue and in Linux the kernel commandline exceeds the 255 character
2009 May 20
3
Last call for Syslinux 3.81
I have just pushed out Syslinux 3.81-pre7; the only delta over -pre6 is a small change to meminfo.c32. I expect to make a 3.81 release probably early next week, so this is a last call notice. If you have any outstanding issues, or you have tests you want to do and want some more time (Dag - I know you said you were going to try to do some tests over the weekend), please speak up *now*. -hpa
2009 Apr 19
1
The hardware detection tool for Syslinux
Hey dag, [...] I don't know if you saw it, we just created HDT's mailing list, if you want to join us, would be nice ;o) At least, I put the list on CC. > * The Chassis View has as Asset Tag something like > " Sa" > when highlighting I see it says " Safe" Fixed this morning by this commits :
2009 Oct 05
2
Syslinux 3.83 released
Hi all, I have just released Syslinux 3.83. Special thanks to my employer, Intel, for letting me spend time on this. It is somewhat of a meager release despite four months, as most of the work has gone into the future-work branches. -hpa Changes in 3.83: * PXELINUX: clear memory before handing over to a chainloaded NBP. This may help avoid a bug in Windows RIS. *