Syslinux: Difference between revisions
From LFScript
'nasm' script is now lower case |
Upgrade to 4.07 |
||
Line 4: | Line 4: | ||
== Sources == | == Sources == | ||
* <sourcecode>http://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4. | * <sourcecode>http://www.kernel.org/pub/linux/utils/boot/syslinux/4.xx/syslinux-4.07.tar.bz2</sourcecode> | ||
<md5> | <md5>9ff6e1b94efab931fb4717b600d88779 syslinux-4.07.tar.bz2</md5> | ||
== Dependencies == | == Dependencies == | ||
Line 15: | Line 15: | ||
<build>make spotless</build> | <build>make spotless</build> | ||
<build> | <build>make</build> | ||
make</build> | |||
<build user="root">make install</build> | <build user="root">make install</build> |
Revision as of 20:51, 8 June 2014
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:
9ff6e1b94efab931fb4717b600d88779 syslinux-4.07.tar.bz2
Dependencies
- nasm
- python
Installation
make spotless
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