Difference between revisions of "Syslinux"

From LFScript
m (→‎Dependencies: Fix 'python' capitalisation mistake)
('nasm' script is now lower case)
Line 9: Line 9:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency>NASM</dependency>
+
* <dependency>nasm</dependency>
 
* <dependency>python</dependency>
 
* <dependency>python</dependency>
  

Revision as of 22:15, 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:

a3936208767eb7ced65320abe2e33a10  syslinux-4.04.tar.bz2

Dependencies

  • nasm
  • python

Installation

make spotless
sed -i 's@win32/syslinux.exe@@g' Makefile
sed -i 's@win64/syslinux64.exe@@g' Makefile
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