Syslinux: Difference between revisions
From LFScript
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
== Sources == | == Sources == | ||
* <sourcecode> | * <sourcecode>https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/syslinux-6.04-pre1.tar.xz</sourcecode> | ||
<md5> | <md5>f9c956fde0de29be297402ecbc8ff4d0 syslinux-6.04-pre1.tar.xz</md5> | ||
== Dependencies == | == Dependencies == | ||
Line 14: | Line 14: | ||
== Installation == | == Installation == | ||
<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 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