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