summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
AgeCommit message (Expand)Author
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann
2011-03-09Using common function file to source shell includes.Daniel Baumann
2011-03-09Translating the description of the helpersAntonio Terceiro
2011-03-09Copy menu binary from the correct directoryAn-Cheng Huang
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann
2011-03-09Enforcing lh_config to be run before lh_build, see also http://lists.debian.o...Daniel Baumann
2011-03-09Only install memtest in lh_binary_syslinux if enabled.Maximilian Gass
2011-03-09Standardise on appending " (fail-safe mode)" for all bootloaders.Chris Lamb
2011-03-09Adding last modifications in order to have localization fully working in live...Tiago Bortoletto Vaz
2011-03-09Consolidate grep text searching predicates to use "grep -qs"Chris Lamb
2011-03-09Remove more imported whitespaces.Chris Lamb
2011-03-09Replace a few unweildy "if" statements with their "case" equivalentsChris Lamb
2011-03-09Fix a number of issues with Syslinux templates (Closes: #476204)Chris Lamb
2011-03-09Using new Read_conffile(); now.Daniel Baumann
2011-03-09Adding 'all' configuration file.Daniel Baumann
2011-03-09Allow LH_ENCRYPTION="disabled" to disable encryptionChris Lamb
2011-03-09Fixing wrong debian-installer auto target configuration.Daniel Baumann
2011-03-09Re-adding quiet on all d-i install targets in post-etch, except expert (and k...Daniel Baumann
2011-03-09Don't append 'quiet' kernel parameter in rescue modesChris Lamb
2011-03-09Ensure syslinux entry names match templates and standard d-i namesChris Lamb
2011-03-09Updating copyright years to 2008.Daniel Baumann
2011-03-09Fixing typo in sed call to set isolinux splash file.Daniel Baumann
2011-03-09Consistently using the pipe as seperator in sed commands now.Daniel Baumann
2011-03-09Fixing some coding style issues.Daniel Baumann
2011-03-09Fixing some coding style issues.Daniel Baumann
2011-03-09Renaming live-failsafe boot target to livefailsafe (Closes: #450576).Daniel Baumann
2011-03-09fix isolinux when booting multiple kernel flavoursJesse Hathaway
2011-03-09fix syslinux timeout optionJesse Hathaway
2011-03-09Fixing indenting.Daniel Baumann
2011-03-09add new option to mount cow device on nfs volumeJesse Hathaway
2011-03-09Remove ".img" from kernel image file name.Maarten ter Huurne
2011-03-09add exposedroot option which exposes the root fs as roJesse Hathaway
2011-03-09lh_binary_syslinux: always put splash image as splash.{rle,png} to avoid file...Otavio Salvador
2011-03-09lh_binary_syslinux: check for ${INITFS} and not ${LH_INITRAMFS} to detect wro...Otavio Salvador
2011-03-09lh_binary_syslinux: fix usb-hdd etch imagesJesse Hathaway
2011-03-09readd support for booting etch via syslinuxJesse Hathaway
2011-03-09Unify syslinux code, so that pxelinux isolinux & usb-hddJesse Hathaway
2011-03-09Adding check to fail if a cross build is started (Closes: #444669, #444670).Daniel Baumann
2011-03-09syslinux: fix usb-hdd templates copingOtavio Salvador
2011-03-09syslinux: properly change timeout and do not fail if help files do not existsOtavio Salvador
2011-03-09syslinux: fix usb-hdd entries to use menu.cfg fileOtavio Salvador
2011-03-09syslinux: force latin1 encoding on texts used for labelsOtavio Salvador
2011-03-09syslinux: fix module detection otherwise it won't be copiedOtavio Salvador
2011-03-09syslinux: fix memcheck path since it was using the wrong pathOtavio Salvador
2011-03-09syslinux: split syslinux configuration in multiple filesOtavio Salvador
2011-03-09syslinux: always output MENU LABEL since they're ignored if menu.c32 isn't lo...Otavio Salvador
2011-03-09templates: move syslinux-menu to syslinux/menuOtavio Salvador
2011-03-09syslinux: fix menu label usage for normal live bootOtavio Salvador
2011-03-09syslinux: defaults to english text if we lack the specified languageOtavio Salvador
2011-03-09refactoring: simplified if/else case since the list of supported arch were to...Otavio Salvador