search for: d0d0d0

Displaying 9 results from an estimated 9 matches for "d0d0d0".

2003 Apr 11
2
Making logos...
...ue (0xffff00) and saved the file back out with the default compression. The resulting image is 639x320 and 16 colors like the original syslogo.png. Here's the error I got with this attempt and keep getting with all the others I tried: pngtopnm syslogo.png | \ ../ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss ../ppmtolss16: Premature EOF at (516,308) of (639,320) make: *** [syslogo.lss] Error 255 Any suggestions would be greatly appreciated! :) Thanks, -Tom
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 `/usr/src/redhat/BUILD/syslinux-2.08/sample' make: *** [samples] Error 2 error: Bad exi...
2014 Jan 02
0
EFI build problems
...i/syslinux/syslinux/efi32/sample" \ -f /home/wferi/syslinux/syslinux/sample/Makefile all make[3]: Entering directory `/home/wferi/syslinux/syslinux/efi32/sample' gzip -cd /home/wferi/syslinux/syslinux/sample/syslogo.ppm.gz | \ /home/wferi/syslinux/syslinux/utils/ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss 204480 pixels, 25715 bytes, (74.85% compression) make[3]: Leaving directory `/home/wferi/syslinux/syslinux/efi32/sample' make -r -C efi SRC="/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \ -f /home/wferi...
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
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
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
...quot;/home/wferi/syslinux/genec/efi32/sample" \ -f /home/wferi/syslinux/genec/sample/Makefile all make[3]: Entering directory `/home/wferi/syslinux/genec/efi32/sample' gzip -cd /home/wferi/syslinux/genec/sample/syslogo.ppm.gz | \ /home/wferi/syslinux/genec/utils/ppmtolss16 \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \ > syslogo.lss 204480 pixels, 25715 bytes, (74.85% compression) make[3]: Leaving directory `/home/wferi/syslinux/genec/efi32/sample' make -r -C efi SRC="/home/wferi/syslinux/genec/efi" OBJ="/home/wferi/syslinux/genec/efi32/efi" \ -f /home/wferi/syslinux...
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
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