source: custom/examples/998-syslinux@ 2257bd7

ablfs-more legacy trunk
Last change on this file since 2257bd7 was 2e1c1c3, checked in by Pierre Labastie <pierre@…>, 6 years ago

Remove spaces at the end of lines

  • Property mode set to 100644
File size: 815 bytes
RevLine 
[781acdc]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.
[2e1c1c3]10#
[781acdc]11# It includes a sophisticated API for add-on "COM32"
12# modules, including a significant subset of the
13# standard C library.
[2e1c1c3]14#
[781acdc]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"
[dcf0e25]21PKG_VERSION="3.36"
[781acdc]22PKG_FILE="syslinux-$PKG_VERSION}.tar.bz2"
23URL="http://www.kernel.org/pub/linux/utils/boot/syslinux/${PKG_FILE}"
[dcf0e25]24MD5="d1bfdaa53d31f572f540be55d1480027"
25for i in PATCH{1..10}; do
26 unset $i
27done
[781acdc]28
29( cat << "xEOFx"
30
31make
32make install
33
34xEOFx
35) > tmp
Note: See TracBrowser for help on using the repository browser.