ablfs-more
legacy
trunk
Last change
on this file since 6f74ca1 was 2e1c1c3, checked in by Pierre Labastie <pierre@…>, 7 years ago |
Remove spaces at the end of lines
|
-
Property mode
set to
100644
|
File size:
815 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 |
|
---|
20 | PKG="syslinux"
|
---|
21 | PKG_VERSION="3.36"
|
---|
22 | PKG_FILE="syslinux-$PKG_VERSION}.tar.bz2"
|
---|
23 | URL="http://www.kernel.org/pub/linux/utils/boot/syslinux/${PKG_FILE}"
|
---|
24 | MD5="d1bfdaa53d31f572f540be55d1480027"
|
---|
25 | for i in PATCH{1..10}; do
|
---|
26 | unset $i
|
---|
27 | done
|
---|
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.