summaryrefslogtreecommitdiff
path: root/helpers/lh_binary_syslinux
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Dropping lh_ prefix from internal helpers, this is not user visible.Daniel Baumann1-659/+0
2011-03-09Adding support for gfxboot.Daniel Baumann1-2/+2
2011-03-09For consistency, using true|false instead of enabled|disabled in configuratio...Daniel Baumann1-17/+17
2011-03-09Removing lpia support, this architecture is dead.Daniel Baumann1-2/+2
2011-03-09Dropping etch support.Daniel Baumann1-64/+2
2011-03-09Adding debian version 2.0~a1-1.Daniel Baumann1-1/+1
2011-03-09Only adding hardcoded fallback syslinux label when not using neither vesamenu...Daniel Baumann1-2/+7
2011-03-09Adding another workaround for etchs syslinux generation to manually treat liv...Daniel Baumann1-1/+7
2011-03-09Adding syslinux hardcoded default label entries.Daniel Baumann1-4/+22
2011-03-09Respecting that etch has no prompt.cfg in netboot images.Daniel Baumann1-1/+4
2011-03-09Omit numbering for first kernel and initrd installed into binary.Cody A.W. Somerville1-0/+6
2011-03-09Adjusting pathes for boot-screens in netboot images.Daniel Baumann1-0/+2
2011-03-09Correctly replacing pathes in exithelp.cfg for returning back to syslinux menu.Daniel Baumann1-4/+15
2011-03-09Correcting pathes in include statements when building netboot images (Closes:...Daniel Baumann1-0/+6
2011-03-09Fixing regression imported by fixing #533846 incorrectly.Daniel Baumann1-3/+6
2011-03-09Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting syslinux me...Daniel Baumann1-1/+3
2011-03-09Allow to enforce syslinux menu module through LH_SYSLINUX_MENU.Daniel Baumann1-2/+18
2011-03-09Only add available install frontend boot entries.Cody A.W. Somerville1-2/+9
2011-03-09Fixing build failure in lh_binary_syslinux that occurs if exithelp.cfg does n...Cody A.W. Somerville1-1/+4
2011-03-09Returning to menu in syslinux.Tzafrir Cohen1-0/+2
2011-03-09Adding lpia support.Cody A.W. Somerville1-2/+2
2011-03-09Improving check for syslinux templates by checking actual content, not just t...Daniel Baumann1-2/+2
2011-03-09Only trying to handle syslinux help screens if they are actually available.Daniel Baumann1-12/+21
2011-03-09Only trying to copy syslinux english templates if they are actually available.Daniel Baumann1-1/+4
2011-03-09Updating syslinux menu configuration.Daniel Baumann1-19/+22
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann1-1/+1
2011-03-09Using common function file to source shell includes.Daniel Baumann1-6/+1
2011-03-09Translating the description of the helpersAntonio Terceiro1-1/+1
2011-03-09Copy menu binary from the correct directoryAn-Cheng Huang1-2/+9
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann1-1/+1
2011-03-09Enforcing lh_config to be run before lh_build, see also http://lists.debian.o...Daniel Baumann1-1/+1
2011-03-09Only install memtest in lh_binary_syslinux if enabled.Maximilian Gass1-1/+5
2011-03-09Standardise on appending " (fail-safe mode)" for all bootloaders.Chris Lamb1-1/+1
2011-03-09Adding last modifications in order to have localization fully working in live...Tiago Bortoletto Vaz1-1/+1
2011-03-09Consolidate grep text searching predicates to use "grep -qs"Chris Lamb1-1/+1
2011-03-09Remove more imported whitespaces.Chris Lamb1-5/+5
2011-03-09Replace a few unweildy "if" statements with their "case" equivalentsChris Lamb1-19/+23
2011-03-09Fix a number of issues with Syslinux templates (Closes: #476204)Chris Lamb1-1/+0
2011-03-09Using new Read_conffile(); now.Daniel Baumann1-7/+1
2011-03-09Adding 'all' configuration file.Daniel Baumann1-0/+1
2011-03-09Allow LH_ENCRYPTION="disabled" to disable encryptionChris Lamb1-4/+7
2011-03-09Fixing wrong debian-installer auto target configuration.Daniel Baumann1-1/+1
2011-03-09Re-adding quiet on all d-i install targets in post-etch, except expert (and k...Daniel Baumann1-3/+3
2011-03-09Don't append 'quiet' kernel parameter in rescue modesChris Lamb1-5/+5
2011-03-09Ensure syslinux entry names match templates and standard d-i namesChris Lamb1-1/+10
2011-03-09Updating copyright years to 2008.Daniel Baumann1-1/+1
2011-03-09Fixing typo in sed call to set isolinux splash file.Daniel Baumann1-1/+1
2011-03-09Consistently using the pipe as seperator in sed commands now.Daniel Baumann1-19/+19
2011-03-09Fixing some coding style issues.Daniel Baumann1-126/+145
2011-03-09Fixing some coding style issues.Daniel Baumann1-3/+3