source: custom/examples/998-syslinux@ 1330ebc

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 1330ebc was dcf0e25, checked in by George Boudreau <georgeb@…>, 17 years ago

bug hunt in custom package examples

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