source: custom/examples/998-syslinux@ 837362b

ablfs-more legacy trunk
Last change on this file since 837362b was fd4a798, checked in by Pierre Labastie <pierre.labastie@…>, 3 years ago

Remove $Id$ comments, they are useless with git

  • Property mode set to 100644
File size: 804 bytes
Line 
1# SYSLINUX is a collection of boot loaders for the Linux
2# operating system which operates off Linux ext2/3
3# filesystems, MS-DOS FAT filesystems, network servers
4# using PXE firmware, or from CD-ROMs. The FAT
5# filesystem version can be installed from DOS, NT, or
6# Linux.
7#
8# It includes a sophisticated API for add-on "COM32"
9# modules, including a significant subset of the
10# standard C library.
11#
12# It also includes MEMDISK, a tool to boot legacy
13# operating systems from nontraditional media like PXE
14# or CD-ROM.
15#
16
17PKG="syslinux"
18PKG_VERSION="3.36"
19PKG_FILE="syslinux-$PKG_VERSION}.tar.bz2"
20URL="http://www.kernel.org/pub/linux/utils/boot/syslinux/${PKG_FILE}"
21MD5="d1bfdaa53d31f572f540be55d1480027"
22for i in PATCH{1..10}; do
23 unset $i
24done
25
26( cat << "xEOFx"
27
28make
29make install
30
31xEOFx
32) > tmp
Note: See TracBrowser for help on using the repository browser.