17 lines
393 B
Plaintext
17 lines
393 B
Plaintext
|
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
|