Syslinux: Difference between revisions

From LFScript
Created page with "Syslinux provides a set of boot loaders, among them <code>isolinux</code> which is used to make a Live CD bootable. <scriptname>syslinux</scriptname> == Sources == *..."
 
m →‎Dependencies: Changed reference IDs
Line 9: Line 9:


== Dependencies ==
== Dependencies ==
* <dependency>nasm</dependency>
* <dependency>NASM</dependency>
* <dependency>python2</dependency>
* <dependency>Python</dependency>


== Installation ==
== Installation ==

Revision as of 19:26, 7 February 2012

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