source: custom/examples/998-syslinux@ 8426d1f

2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 8426d1f was 781acdc, checked in by George Boudreau <georgeb@…>, 18 years ago

Add a few more examples for custom builds

  • Property mode set to 100644
File size: 784 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.31"
22PKG_FILE="syslinux-$PKG_VERSION}.tar.bz2"
23URL="http://www.kernel.org/pub/linux/utils/boot/syslinux/${PKG_FILE}"
24MD5="5faae89d18baf92e28bc820c62270db9"
25PATCH1=""
26
27( cat << "xEOFx"
28
29make
30make install
31
32xEOFx
33) > tmp
Note: See TracBrowser for help on using the repository browser.