suggest packages to be installed for debian to be able to recompile isolinux
parent
9489f3ba6d
commit
d9617ee2cd
|
|
@ -2,10 +2,15 @@
|
|||
|
||||
# This script will update the file ../bootfiles/isolinux.bin to match
|
||||
# your LiveKit name used in ../.config
|
||||
#
|
||||
# Requires: wget, tar, gzip, make, gcc, nasm, perl, glibc-devel, libuuid-devel (e2fsprogs)
|
||||
#
|
||||
# On minimal debian, you can get deps like this:
|
||||
# apt-get install make binutils gcc nasm uuid-dev
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
PKG=syslinux-4.06
|
||||
PKGTGZ=$PKG.tar.gz
|
||||
DL="http://www.kernel.org/pub/linux/utils/boot/syslinux/$PKGTGZ"
|
||||
|
|
|
|||
Loading…
Reference in New Issue