summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2011-03-09Updating internal variables from lh to lb scheme, should be the last piece ↵Daniel Baumann
to finish the live-helper to live-build rename.
2011-03-09Replacing some references to live-helper with live-build in templates.Daniel Baumann
2011-03-09Add param to the form.html templates for --tasks.Richard Nelson
2011-03-09Add param to the build.html templates for --tasks.Richard Nelson
2011-03-09Adding Brazilian Portuguese templates for syslinux.Tiago Bortoletto Vaz
2011-03-09Fixing all LH_MEDIA related stuff in syslinux templates.Tiago Bortoletto Vaz
2011-03-09Adding curly braces to LH_MEDIA in syslinux template.Tiago Bortoletto Vaz
2011-03-09Correct typo on build.html.Richard Nelson
2011-03-09Updating syslinux splash screen for squeeze.Daniel Baumann
2011-03-09Allowing input for --mirror-binary on l-h.cgi.Richard Nelson
2011-03-09Add VERSION information and source in common live-helper common functions.Richard Nelson
2011-03-09LH_BOOTAPPEND_INSTALL added to cgi operations.Richard Nelson
2011-03-09LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE correction cgi operations.Richard Nelson
2011-03-09Removed username from forms and cgi and can be configured with ↵Richard Nelson
live-config.username= on bootappend.
2011-03-09Removed hostname from forms and cgi and can be configured with ↵Richard Nelson
live-config.hostname= on bootappend.
2011-03-09LH_USERNAME expression cleanup and build output cleanup.Richard Nelson
2011-03-09Match encryption param man page and case for expression cleanup on l-h.cgi.Richard Nelson
2011-03-09Including note where to send feedback to in webmails mail templates.Daniel Baumann
2011-03-09Also including url of the webbuilder in its images.Daniel Baumann
2011-03-09Remove plural typo on l-h.cgi mail.txt .Richard Nelson
2011-03-09Updating references to project homepage in the templates.Daniel Baumann
2011-03-09Updating menu splash image for new syslinux.Daniel Baumann
2011-03-09Updating homepage location in the cgi templates.Richard Nelson
2011-03-09Removing unused version variable in the cgi templates.Richard Nelson
2011-03-09Updating packages lists for live-helper 2 in the cgi.Richard Nelson
2011-03-09Updating mail contents in the cgi.Richard Nelson
2011-03-09Updating booleans for live-helper 2 in the cgi.Richard Nelson
2011-03-09Removing etch legacy options in the cgi.Richard Nelson
2011-03-09Updating variables for live-helper 2 in the cgi.Richard Nelson
2011-03-09Cleaning up cgi templates.Richard Nelson
2011-03-09Removing LH_MIRROR_BOOTSTRAP_SECURITY in the cgi.Richard Nelson
2011-03-09Merging live-webhelper.Daniel Baumann
2011-03-09Updating year to 2010 in copyright notices.Daniel Baumann
2011-03-09Removing obsolete parameter.txt for etchs casper.Daniel Baumann
2011-03-09Removing newline in f6.txt syslinux template.Daniel Baumann
2011-03-09Removing newline in f8.txt.install syslinux template.Daniel Baumann
2011-03-09Merging initial and experimental grub2 support from Luigi Capriotti ↵Daniel Baumann
<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-09Updating boot menu title when using syslinux menu.Daniel Baumann
2011-03-09Updating syslinux menu configuration.Daniel Baumann
2011-03-09Updating syslinux help screens.Daniel Baumann
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann
2011-03-09Add lh_binary_silo and associated templates to support the SILO bootloader.Chris Lamb
2011-03-09Fix a number of issues with Syslinux templates (Closes: #476204)Chris Lamb
This fixes: * The ugly "toboot" and "to\nboot" problems * Mistitled F4 page * Ugly line-breaking of Debian Live URL
2011-03-09Adjusting wrong variable convention in syslinux templates for LH_VERSION ↵Daniel Baumann
(Closes: #468841).
2011-03-09Updating copyright years to 2008.Daniel Baumann
2011-03-09Remove trailing newline from syslinux splash screens. (Closes: #457740)Chris Lamb
2011-03-09Renaming live-failsafe boot target to livefailsafe (Closes: #450576).Daniel Baumann
2011-03-09add new option --syslinux-menu to enable syslinux menuJesse Hathaway
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-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