syslinux: switch to INSTALL.msg.
This commit is contained in:
parent
7d4f9d9777
commit
f052b8beae
|
@ -1,6 +1,3 @@
|
|||
case "${ACTION}" in
|
||||
post)
|
||||
cat <<_EOF
|
||||
=======================================================================
|
||||
|
||||
Some optional packages must be installed for additional functionality:
|
||||
|
@ -11,6 +8,3 @@ Some optional packages must be installed for additional functionality:
|
|||
- dosfstools: EFI support
|
||||
|
||||
=======================================================================
|
||||
_EOF
|
||||
;;
|
||||
esac
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'syslinux'
|
||||
pkgname=syslinux
|
||||
version=6.02
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="perl python nasm"
|
||||
makedepends="gnu-efi-libs libuuid-devel"
|
||||
short_desc="A boot loader for the Linux operating system"
|
||||
|
|
Loading…
Reference in New Issue