summaryrefslogtreecommitdiff
path: root/templates/syslinux/normal/footer.cfg
AgeCommit message (Collapse)Author
2011-03-09fix syslinux timeout optionJesse Hathaway
change MILISECONDS to SECONDS. Syslinux actually uses tenths of seconds not milliseconds, but it seems unnecessary to expose this to the user. Fix templates to only specify the timeout once.
2011-03-09Unify syslinux code, so that pxelinux isolinux & usb-hddJesse Hathaway
share more code. Change pxelinux directory setup to match debian installer Change syslinux templates to use {$VAR} syntax so the templates are easier to read Remove etch support for syslinux, since INCLUDE syntax is not available in etch syslinux v3.31
2011-03-09syslinux: split syslinux configuration in multiple filesOtavio Salvador
Normal and menu templates share a lot of common stuff and then a splited syslinux.cfg is much better to handle that.