Difference between revisions of "Syslinux"

From LFScript
 
Line 5: Line 5:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>http://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4.07.tar.bz2</sourcecode>
+
* <sourcecode>https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/syslinux-6.04-pre1.tar.xz</sourcecode>
  
<md5>9ff6e1b94efab931fb4717b600d88779 syslinux-4.07.tar.bz2</md5>
+
<md5>f9c956fde0de29be297402ecbc8ff4d0 syslinux-6.04-pre1.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==
Line 14: Line 14:
  
 
== Installation ==
 
== Installation ==
<build>make spotless</build>
+
<build>sed 's@win32/syslinux.exe win64/syslinux64.exe \\@\\@g' -i Makefile</build>
  
<build>make</build>
+
<build>#make spotless</build>
  
<build user="root">make install</build>
+
<build>make -j1 bios</build>
 +
 
 +
<build user="root">make -j1 bios install</build>
  
 
== Packaging note ==
 
== Packaging note ==
 
<destdir>INSTALLROOT</destdir>
 
<destdir>INSTALLROOT</destdir>

Latest revision as of 21:11, 26 February 2017

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:

f9c956fde0de29be297402ecbc8ff4d0  syslinux-6.04-pre1.tar.xz

Dependencies

  • nasm
  • python2

Installation

sed 's@win32/syslinux.exe win64/syslinux64.exe \\@\\@g' -i Makefile
#make spotless
make -j1 bios

As the root user:

make -j1 bios install

Packaging note

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

INSTALLROOT