Syslinux: Difference between revisions
From LFScript
m →Dependencies: Changed reference IDs |
No edit summary |
||
(5 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> | * <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 == | ||
* <dependency> | * <dependency>nasm</dependency> | ||
* <dependency> | * <dependency>python2</dependency> | ||
== Installation == | == Installation == | ||
<build> | <build>sed 's@win32/syslinux.exe win64/syslinux64.exe \\@\\@g' -i Makefile</build> | ||
<build> | <build>#make spotless</build> | ||
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