mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 17:13:51 +02:00
16 lines
393 B
Text
16 lines
393 B
Text
case "${ACTION}" in
|
|
post)
|
|
cat <<_EOF
|
|
=======================================================================
|
|
|
|
Some optional packages must be installed for additional functionality:
|
|
|
|
- mtools: mkdiskimage and syslinux support
|
|
- gptfdisk: GPT support
|
|
- efibootmgr: EFI support
|
|
- dosfstools: EFI support
|
|
|
|
=======================================================================
|
|
_EOF
|
|
;;
|
|
esac
|