source:
custom/examples/998-syslinux@
a690d42
Last change on this file since a690d42 was fd4a798, checked in by , 3 years ago | |
---|---|
|
|
File size: 804 bytes |
Rev | Line | |
---|---|---|
[781acdc] | 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. | |
[2e1c1c3] | 7 | # |
[781acdc] | 8 | # It includes a sophisticated API for add-on "COM32" |
9 | # modules, including a significant subset of the | |
10 | # standard C library. | |
[2e1c1c3] | 11 | # |
[781acdc] | 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" | |
[dcf0e25] | 18 | PKG_VERSION="3.36" |
[781acdc] | 19 | PKG_FILE="syslinux-$PKG_VERSION}.tar.bz2" |
20 | URL="http://www.kernel.org/pub/linux/utils/boot/syslinux/${PKG_FILE}" | |
[dcf0e25] | 21 | MD5="d1bfdaa53d31f572f540be55d1480027" |
22 | for i in PATCH{1..10}; do | |
23 | unset $i | |
24 | done | |
[781acdc] | 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.