Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Add VERSION information and source in common live-helper common functions. | Richard Nelson | 2 | -0/+4 | |
2011-03-09 | LH_BOOTAPPEND_INSTALL added to cgi operations. | Richard Nelson | 4 | -0/+10 | |
2011-03-09 | LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE correction cgi operations. | Richard Nelson | 4 | -6/+6 | |
2011-03-09 | Removed username from forms and cgi and can be configured with ↵ | Richard Nelson | 4 | -10/+0 | |
live-config.username= on bootappend. | |||||
2011-03-09 | Removed hostname from forms and cgi and can be configured with ↵ | Richard Nelson | 4 | -10/+0 | |
live-config.hostname= on bootappend. | |||||
2011-03-09 | LH_USERNAME expression cleanup and build output cleanup. | Richard Nelson | 2 | -2/+2 | |
2011-03-09 | Match encryption param man page and case for expression cleanup on l-h.cgi. | Richard Nelson | 2 | -6/+6 | |
2011-03-09 | Including note where to send feedback to in webmails mail templates. | Daniel Baumann | 2 | -0/+4 | |
2011-03-09 | Also including url of the webbuilder in its images. | Daniel Baumann | 2 | -2/+2 | |
2011-03-09 | Remove plural typo on l-h.cgi mail.txt . | Richard Nelson | 2 | -2/+2 | |
2011-03-09 | Updating references to project homepage in the templates. | Daniel Baumann | 17 | -17/+17 | |
2011-03-09 | Updating menu splash image for new syslinux. | Daniel Baumann | 1 | -0/+0 | |
2011-03-09 | Updating homepage location in the cgi templates. | Richard Nelson | 2 | -2/+2 | |
2011-03-09 | Removing unused version variable in the cgi templates. | Richard Nelson | 2 | -2/+2 | |
2011-03-09 | Updating packages lists for live-helper 2 in the cgi. | Richard Nelson | 2 | -8/+18 | |
2011-03-09 | Updating mail contents in the cgi. | Richard Nelson | 2 | -6/+6 | |
2011-03-09 | Updating booleans for live-helper 2 in the cgi. | Richard Nelson | 2 | -24/+24 | |
2011-03-09 | Removing etch legacy options in the cgi. | Richard Nelson | 2 | -2/+0 | |
2011-03-09 | Updating variables for live-helper 2 in the cgi. | Richard Nelson | 4 | -6/+6 | |
2011-03-09 | Cleaning up cgi templates. | Richard Nelson | 8 | -50/+23 | |
2011-03-09 | Removing LH_MIRROR_BOOTSTRAP_SECURITY in the cgi. | Richard Nelson | 4 | -10/+0 | |
2011-03-09 | Merging live-webhelper. | Daniel Baumann | 10 | -0/+992 | |
2011-03-09 | Updating year to 2010 in copyright notices. | Daniel Baumann | 3 | -3/+3 | |
2011-03-09 | Removing obsolete parameter.txt for etchs casper. | Daniel Baumann | 1 | -49/+0 | |
2011-03-09 | Removing newline in f6.txt syslinux template. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Removing newline in f8.txt.install syslinux template. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Merging initial and experimental grub2 support from Luigi Capriotti ↵ | Daniel Baumann | 2 | -0/+12 | |
<l.capriotti@xbmc.org>. Outstanding issues: doesn't work chrooted yet, lh_binary_iso binary.sh modifications probably should be done at lh_binary_grub2. | |||||
2011-03-09 | Updating boot menu title when using syslinux menu. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Updating syslinux menu configuration. | Daniel Baumann | 15 | -334/+49 | |
2011-03-09 | Updating syslinux help screens. | Daniel Baumann | 5 | -8/+8 | |
2011-03-09 | Updating year in copyright notices for 2009. | Daniel Baumann | 3 | -3/+3 | |
2011-03-09 | Add lh_binary_silo and associated templates to support the SILO bootloader. | Chris Lamb | 3 | -0/+67 | |
2011-03-09 | Fix a number of issues with Syslinux templates (Closes: #476204) | Chris Lamb | 3 | -6/+7 | |
This fixes: * The ugly "toboot" and "to\nboot" problems * Mistitled F4 page * Ugly line-breaking of Debian Live URL | |||||
2011-03-09 | Adjusting wrong variable convention in syslinux templates for LH_VERSION ↵ | Daniel Baumann | 3 | -3/+3 | |
(Closes: #468841). | |||||
2011-03-09 | Updating copyright years to 2008. | Daniel Baumann | 3 | -3/+3 | |
2011-03-09 | Remove trailing newline from syslinux splash screens. (Closes: #457740) | Chris Lamb | 54 | -53/+104 | |
2011-03-09 | Renaming live-failsafe boot target to livefailsafe (Closes: #450576). | Daniel Baumann | 9 | -9/+9 | |
2011-03-09 | add new option --syslinux-menu to enable syslinux menu | Jesse Hathaway | 3 | -9/+317 | |
added a new syslinux menu splash screen, I'm not an artist but I think it is better than the generic splash which was already included. Also added the svg file if anyone wants to make any changes. | |||||
2011-03-09 | fix syslinux timeout option | Jesse Hathaway | 4 | -4/+3 | |
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-09 | Unify syslinux code, so that pxelinux isolinux & usb-hdd | Jesse Hathaway | 19 | -49/+49 | |
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-09 | templates: change font used on syslinux menu to a better one | Otavio Salvador | 3 | -1/+1 | |
Previous used font had a bug with some chars and was also too big for general use so a smaller and right one has been choosen. | |||||
2011-03-09 | templates: split syslinux templates to reduce diverting | Otavio Salvador | 5 | -10/+12 | |
A new common template called help.cfg has been included to avoid help keys to be duplicated while prompt.cfg has been changed to be specific to each mode since it has different requirements for initial text to be displayed. Other minor fixes were also been done during the spliting and then included on this patch too. | |||||
2011-03-09 | syslinux: split syslinux configuration in multiple files | Otavio Salvador | 8 | -56/+60 | |
Normal and menu templates share a lot of common stuff and then a splited syslinux.cfg is much better to handle that. | |||||
2011-03-09 | templates: move syslinux-menu to syslinux/menu | Otavio Salvador | 3 | -0/+0 | |
All files from syslinux-menu templates directory has been moved to syslinux/menu. lh_binary_syslinux had some changes to work with that but they were minimal ones. | |||||
2011-03-09 | add template to be used by syslinux vesa menu support | Otavio Salvador | 3 | -0/+23 | |
A new template has been included to enable live-helper to support syslinux vesa menu. This includes a font, splash image and a new configuration file. | |||||
2011-03-09 | Temporarily disabling extended options, they seem to make problems and need ↵ | Daniel Baumann | 1 | -8/+8 | |
testing. | |||||
2011-03-09 | Added Spanish syslinux templates translation from Rene Merou ↵ | Daniel Baumann | 19 | -0/+421 | |
<ochominutosdearco@gmail.com>. | |||||
2011-03-09 | Added Catalan syslinux templates translation from Rene Merou ↵ | Daniel Baumann | 19 | -0/+423 | |
<ochominutosdearco@gmail.com>. | |||||
2011-03-09 | Setting default language to 'en'. | Daniel Baumann | 20 | -0/+457 | |
2011-03-09 | Supporting localized syslinux templates based on LH_LANGUAGE. | Daniel Baumann | 21 | -457/+0 | |