similar to: Making logos...

Displaying 20 results from an estimated 100 matches similar to: "Making logos..."

2004 Feb 21
1
syslinux RPM build dependecy
. . . . hmod a+x mkdiskimage make -C sample all make[1]: Entering directory `/usr/src/redhat/BUILD/syslinux-2.08/sample' pngtopnm syslogo.png | \ ../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss /bin/sh: pngtopnm: command not found ../ppmtolss16: stdin is not a PNM file at ../ppmtolss16 line 215. make[1]: *** [syslogo.lss] Error 255 make[1]: Leaving directory
2008 Feb 26
2
3.62-pre16: Compiling on old (2.4 kernel) distros
I have put a compile hack in for older distros and pushed it out as syslinux-3.62-pre16; for those who have reported compilation problem on older distros I would greatly appreciate if you could confirm if it works now (it worked for me on a CentOS 3.9 VM.) -hpa
2011 Apr 18
1
Syslinux 4.04 released
After way too long, a new production release of Syslinux is finally available. Syslinux 4.04 is primarily a bug fix release, but with some new features. Changes in 4.04: * PXELINUX: Fix handling of unqualified DNS names. * PXELINUX: Fix timer bug when PXELINUX might be unloaded (Gene Cumm). * core/writedec.inc: Fix duplicate declaration and overflow
2014 Jan 02
0
EFI build problems
Ferenc Wagner <wferi at niif.hu> writes: > The internal Gnu-EFI build gives me grief: [...] Previous points still standing, but now I tried cleaning out everything by hand. I don't know whether it matters, but building gnu-efi pollutes its source directory (unlike syslinux itself) with the following files at least (found by git status in the gnu-efi submodule):
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
2014 Jan 11
0
EFI build problems
Gene Cumm <gene.cumm at gmail.com> writes: > Could you try gnuefi-script-for-wferi-test branch on my repos at > > git://git.zytor.com/users/genec/syslinux.git > git://github.com/geneC/syslinux.git > > These changes fixed my issues (aside from the concurrency issue which > 2-3 passes solves for me). Now this shows me something I haven't ever seen. Build
2013 Dec 17
6
EFI build problems
Hi, The internal Gnu-EFI build gives me grief: * efi/check-gnu-efi.sh: uses realpath, which is not available on my Debian wheezy system. I now use readlink -f, but wonder if it's needed at all. * efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd, which is not built into a standard Bourne shell invoked by #!/bin/sh. Again I wonder what's the point of it, as
2002 Oct 15
2
AMENDED: Ppmtolss16 trouble...
Upon finding a different image conversion program, I have eliminated the Premature EOF problem that I had(apologies if I post this before the moderator approves my first post...you can ignore it if/when it shows up). Now, I am seeing the script complete with no error. I tested my syslinux.dpy file with the syslogo.lss file from the samples, and it's fine. The lss file I created, however,
2014 Jan 10
2
EFI build problems
On Fri, Jan 10, 2014 at 2:53 AM, Ferenc Wagner <wferi at niif.hu> wrote: > Gene Cumm <gene.cumm at gmail.com> writes: > >> On Sat, Jan 4, 2014 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote: >>> On Tue, Dec 17, 2013 at 8:39 AM, Ferenc Wagner <wferi at niif.hu> wrote: >>> >>>> * make spotless still fails after working around
2002 May 19
2
ISOLINUX help requested (checksum error)
Hi Mr Anvin, after downloading the Freedos bootable cd, which now uses your projects (ISOLINUX & MEMDISK) instead of Bart Lagerweij's DISKEMU (www.nu2.nu), I contacted the creator of the freedos cdrom. I was interested in how he did make that cd bootable. Now I understand it a bit. As I'm a MS Windows user, I had to figure some things out. However, upon booting I get a beautiful
2005 Jun 26
1
Knocked port timeout...
I''ve been using the port knocking technique described in the Shorewall docs to control ssh access on one of our servers: http://www.shorewall.net/PortKnocking.html It works great, but occasionally one of the admins forgets to perform the close port operation. This leaves ssh open to the world until one of us notices. I''ve considered adding a cron job to close the port every
2003 Apr 05
1
isolinux boot issue...
I'm creating a Linux "live" CD that boots just fine on our newer machines... but isolinux is not working on some of our older ones. The older boxes work fine with boot floppy image systems like Knoppix... so I'm wondering if there's something more I can do to make them happier with isolinux? By "older", I mean a generic P-120 motherboard with an Award v4.50PG
2004 Jul 15
0
help: bootlogo
I am unable to get bootlogo with the syslinux.cfg. CAn anybody just list me the syslinux.cfg file for my reference. I tried the syslogo.lss file but it shows junk characters on the screen. PLease help me out Regards K.dinesh *********************************************************************** In a World Without Fences Who Needs GATES ?
2002 Aug 09
0
islinux can't load kernel :-(
Hello ! I am using the debug version of isolinux but it's verbosity doesn't help me... here is my booting screenshot : (from screen to paper and then to screen :-) -Starting, up DL = F0 -Loaded spec packet Ok, drive = F0 -Sector size appears to be 0800 -Loading main image from LBA = 00048399 -Sectors to load = 0004 -Loaded boot image, verifying... -Main image read, jumping to main
2005 Jul 04
5
SysV install problem in FC4
After a fresh install, I noticed that shorewall 2.4.0 wasn''t starting automatically under FC4. The startup script installs properly from the rpm: /etc/rc.d/init.d/shorewall ... but the post install "/sbin/chkconfig --add shorewall" produces this in the runlevel symlink directories: /etc/rc.d/rc5.d/S-1shorewall /etc/rc.d/rc0.d/K-1shorewall /etc/rc.d/rc6.d/K-1shorewall
2010 Mar 15
1
host cross-compile patch
I tend to use the same tool-chain across various hosts so I made this very simple patch that allows you to pass the cross-compiler name to make ( e.g. make CROSS_COMPILE=i686-nptl-linux-gnu-). I'm not sure if patches should be attached or just pasted inline so I did both this time. BTW, it's relative to syslinux 4 but the same changes work with syslinux 3 although the patch won't
2002 Feb 26
0
syslinux timeout
Hi. I've ever wondered how nuch timeis left to timeout while waiting at the boot prompt, so I've writen this small patch to show it. This add a configuration command 'showtimeout'. If you like the patch I could improve it (for example to show the timeout in decimal because now it uses the writehex functions) Regards. -- ______ ________ / / \/ /___ ) I N T E G
2003 Jun 05
1
ppmtolss16, Permature EOF!
Hi , I am using syslinux-2.04. I used the isolinux boot loader, to create a customized boot cd. As an add on to that process, i thought of displaying the product logo in the bootup screen. So as the document suggested i went on to create the lss from png. But it failed with following message. $ ~archives/syslinux-2.04/ppmtolss16 < ipm-white.pnm > ipm-white.lss './ppmtolss16:
2007 Jun 07
1
problem with multiple file attachment
hi, actually i have done single file attachment in ruby on rails, now i want to do multiple attachment, but the problem is when i am trying to display the second file name from the params for the testing purpose, i got the error, please can anyone correct the error. in view: <tr> <td bgcolor="#F6F6F6"><%= file_field("picture", "file")
2003 Jun 02
0
Re: Problems with Memdisk 2.04
Hi.. I'm Jaspreet Oberoi and i'm new to this forum.. Actually i am using Bootscriptor to make multibootable cd's and it is using your 2.04 version of syslinux and memdisk.. What my problem is that when i boot any image i.e .img file which has a Win98 command.com it works alright but when i try to boot any image with a WinME command.com it just hangs on Loading .. then Starting....