Difference between revisions of "Syslinux"

From LFScript
('nasm' script is now lower case)
(Upgrade to 4.07)
Line 4: Line 4:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4.04.tar.bz2</sourcecode>
+
* <sourcecode>http://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4.07.tar.bz2</sourcecode>
  
<md5>a3936208767eb7ced65320abe2e33a10 syslinux-4.04.tar.bz2</md5>
+
<md5>9ff6e1b94efab931fb4717b600d88779 syslinux-4.07.tar.bz2</md5>
  
 
== Dependencies ==
 
== Dependencies ==
Line 15: Line 15:
 
<build>make spotless</build>
 
<build>make spotless</build>
  
<build>sed -i 's@win32/syslinux.exe@@g' Makefile
+
<build>make</build>
sed -i 's@win64/syslinux64.exe@@g' Makefile
 
make</build>
 
  
 
<build user="root">make install</build>
 
<build user="root">make install</build>

Revision as of 22:51, 8 June 2014

Syslinux provides a set of boot loaders, among them isolinux which is used to make a Live CD bootable.

LFScript can find this software under the name syslinux.

Sources


MD5 Checksums:

9ff6e1b94efab931fb4717b600d88779  syslinux-4.07.tar.bz2

Dependencies

  • nasm
  • python

Installation

make spotless
make

As the root user:

make install

Packaging note

The source code of this package does not support the standard use of DESTDIR. In stead it uses

INSTALLROOT