2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 16938b0 was dcf0e25, checked in by George Boudreau <georgeb@…>, 18 years ago |
bug hunt in custom package examples
|
-
Property mode
set to
100644
|
File size:
817 bytes
|
Rev | Line | |
---|
[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.
|
---|
| 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 |
|
---|
| 20 | PKG="syslinux"
|
---|
[dcf0e25] | 21 | PKG_VERSION="3.36"
|
---|
[781acdc] | 22 | PKG_FILE="syslinux-$PKG_VERSION}.tar.bz2"
|
---|
| 23 | URL="http://www.kernel.org/pub/linux/utils/boot/syslinux/${PKG_FILE}"
|
---|
[dcf0e25] | 24 | MD5="d1bfdaa53d31f572f540be55d1480027"
|
---|
| 25 | for i in PATCH{1..10}; do
|
---|
| 26 | unset $i
|
---|
| 27 | done
|
---|
[781acdc] | 28 |
|
---|
| 29 | ( cat << "xEOFx"
|
---|
| 30 |
|
---|
| 31 | make
|
---|
| 32 | make install
|
---|
| 33 |
|
---|
| 34 | xEOFx
|
---|
| 35 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.