3 .
/usr
/share
/debconf
/confmodule
6 logger
-t syslinux-installer
"$@"
9 if [ -f /proc
/lvm
]; then
10 log
"syslinux not yet installable on LVM"
14 if [ -d /sys
/firmware
/efi
]; then
15 log
"syslinux not yet usable on Intel-based Macs booted using EFI"
19 db_get syslinux-installer
/skip
20 if [ "$RET" = true
]; then