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 == *..."
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Scripts]]
[[Syslinux]] provides a set of boot loaders, among them <code>isolinux</code> which is used to make a [[Live CD]] bootable.
[[Syslinux]] provides a set of boot loaders, among them <code>isolinux</code> which is used to make a [[Live CD]] bootable.


Line 4: Line 5:


== Sources ==
== Sources ==
* <sourcecode>http://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4.04.tar.bz2</sourcecode>
* <sourcecode>https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/syslinux-6.04-pre1.tar.xz</sourcecode>


<md5>a3936208767eb7ced65320abe2e33a10 syslinux-4.04.tar.bz2</md5>
<md5>f9c956fde0de29be297402ecbc8ff4d0 syslinux-6.04-pre1.tar.xz</md5>


== Dependencies ==
== Dependencies ==
Line 13: Line 14:


== Installation ==
== Installation ==
<build>make spotless</build>
<build>sed 's@win32/syslinux.exe win64/syslinux64.exe \\@\\@g' -i Makefile</build>


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