I have been following the following Howto on building a Live distribution for a Linux kiosk.
http://jadoba.net/kiosks/firefox/
Everything goes well until I get to the following Live Helper command.
Code:
lh_config --apt apt --apt-recommends disabled --binary-images usb-hdd \
--debconf-frontend dialog --debconf-priority low --hostname kiosk \
--interactive shell --bootloader syslinux --bootstrap-flavour minimal \
--distribution etch --linux-flavours 686 --hooks "mini kioskhook" \
--sections "main" --union-filesystem unionfs \
--syslinux-timeout 5
This give an error that the values for LH_BOOTLOADER and LH_BINARY_FILESYSTEM are incompatible and syslinux only supports FAT file systems.
I have tried to decipher the issue by looking at the Live Helper manual but can not seem to get it sorted out.
Can anyone point me in the right direction to correct the command line for LH_CONFIG?
Thank you.