Richard Nelson
b52e4c0d25
Match encryption param man page and case for expression cleanup on l-h.cgi.
2011-03-09 19:17:12 +01:00
Daniel Baumann
134672b0cc
Including note where to send feedback to in webmails mail templates.
2011-03-09 19:17:11 +01:00
Daniel Baumann
f50038359c
Also including url of the webbuilder in its images.
2011-03-09 19:17:11 +01:00
Richard Nelson
5ef970eedb
Remove plural typo on l-h.cgi mail.txt .
2011-03-09 19:17:06 +01:00
Daniel Baumann
9a0551ac5e
Updating references to project homepage in the templates.
2011-03-09 19:17:06 +01:00
Daniel Baumann
a6404d34b6
Updating menu splash image for new syslinux.
2011-03-09 19:17:05 +01:00
Richard Nelson
4a7c69dd69
Updating homepage location in the cgi templates.
2011-03-09 19:17:05 +01:00
Richard Nelson
a150b031aa
Removing unused version variable in the cgi templates.
2011-03-09 19:17:05 +01:00
Richard Nelson
9f67599ba0
Updating packages lists for live-helper 2 in the cgi.
2011-03-09 19:17:05 +01:00
Richard Nelson
8a8b6e2f31
Updating mail contents in the cgi.
2011-03-09 19:17:05 +01:00
Richard Nelson
1b1a1f0913
Updating booleans for live-helper 2 in the cgi.
2011-03-09 19:17:05 +01:00
Richard Nelson
5a37122742
Removing etch legacy options in the cgi.
2011-03-09 19:17:05 +01:00
Richard Nelson
0ceb348ca1
Updating variables for live-helper 2 in the cgi.
2011-03-09 19:17:05 +01:00
Richard Nelson
47db0e3633
Cleaning up cgi templates.
2011-03-09 19:17:05 +01:00
Richard Nelson
5c574a3bc9
Removing LH_MIRROR_BOOTSTRAP_SECURITY in the cgi.
2011-03-09 19:17:05 +01:00
Daniel Baumann
8be5f9d036
Merging live-webhelper.
2011-03-09 19:17:04 +01:00
Daniel Baumann
54518852c8
Updating year to 2010 in copyright notices.
2011-03-09 19:17:04 +01:00
Daniel Baumann
3c09f12708
Removing obsolete parameter.txt for etchs casper.
2011-03-09 19:17:02 +01:00
Daniel Baumann
1a3bfac835
Removing newline in f6.txt syslinux template.
2011-03-09 19:09:49 +01:00
Daniel Baumann
3a2d8d36e9
Removing newline in f8.txt.install syslinux template.
2011-03-09 19:09:49 +01:00
Daniel Baumann
2e2de4361d
Merging initial and experimental grub2 support from Luigi Capriotti <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 19:09:48 +01:00
Daniel Baumann
267de1191c
Updating boot menu title when using syslinux menu.
2011-03-09 19:09:42 +01:00
Daniel Baumann
a31541517b
Updating syslinux menu configuration.
2011-03-09 19:09:42 +01:00
Daniel Baumann
0d6c473eab
Updating syslinux help screens.
2011-03-09 19:09:42 +01:00
Daniel Baumann
989f26d87b
Updating year in copyright notices for 2009.
2011-03-09 19:09:40 +01:00
Chris Lamb
1acc8f8b0b
Add lh_binary_silo and associated templates to support the SILO bootloader.
2011-03-09 19:03:35 +01:00
Chris Lamb
0e8c38206d
Fix a number of issues with Syslinux templates ( Closes : #476204 )
...
This fixes:
* The ugly "toboot" and "to\nboot" problems
* Mistitled F4 page
* Ugly line-breaking of Debian Live URL
2011-03-09 19:03:32 +01:00
Daniel Baumann
fdbe2aad14
Adjusting wrong variable convention in syslinux templates for LH_VERSION ( Closes : #468841 ).
2011-03-09 19:01:47 +01:00
Daniel Baumann
c5a91189a0
Updating copyright years to 2008.
2011-03-09 19:01:41 +01:00
Chris Lamb
84d478a96a
Remove trailing newline from syslinux splash screens. ( Closes : #457740 )
2011-03-09 18:35:45 +01:00
Daniel Baumann
7fc3e5c0e4
Renaming live-failsafe boot target to livefailsafe ( Closes : #450576 ).
2011-03-09 18:22:28 +01:00
Jesse Hathaway
72220890bd
add new option --syslinux-menu to enable syslinux menu
...
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 18:22:28 +01:00
Jesse Hathaway
1652f58575
fix syslinux timeout option
...
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 18:22:28 +01:00
Jesse Hathaway
1bea707a71
Unify syslinux code, so that pxelinux isolinux & usb-hdd
...
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 18:22:27 +01:00
Otavio Salvador
91d3e8b55c
templates: change font used on syslinux menu to a better one
...
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 18:22:27 +01:00
Otavio Salvador
1fff7803f8
templates: split syslinux templates to reduce diverting
...
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 18:22:27 +01:00
Otavio Salvador
748c19a321
syslinux: split syslinux configuration in multiple files
...
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 18:22:27 +01:00
Otavio Salvador
7f9d996f19
templates: move syslinux-menu to syslinux/menu
...
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 18:22:27 +01:00
Otavio Salvador
831d9b0532
add template to be used by syslinux vesa menu support
...
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 18:22:27 +01:00
Daniel Baumann
d8a50346ac
Temporarily disabling extended options, they seem to make problems and need testing.
2011-03-09 18:22:26 +01:00
Daniel Baumann
29e84392bf
Added Spanish syslinux templates translation from Rene Merou <ochominutosdearco@gmail.com>.
2011-03-09 18:22:26 +01:00
Daniel Baumann
553e5af625
Added Catalan syslinux templates translation from Rene Merou <ochominutosdearco@gmail.com>.
2011-03-09 18:22:26 +01:00
Daniel Baumann
5883fe6864
Setting default language to 'en'.
2011-03-09 18:22:26 +01:00
Daniel Baumann
63d4329269
Supporting localized syslinux templates based on LH_LANGUAGE.
2011-03-09 18:22:26 +01:00
Daniel Baumann
dc845f33f6
Removing cruft from debian-cd templates.
2011-03-09 18:22:26 +01:00
Daniel Baumann
0d0de885e3
Adding live-helper 1.0~a22-1.
2011-03-09 18:22:26 +01:00
Daniel Baumann
c68c0a2708
Adding live-helper 1.0~a21-1.
2011-03-09 18:22:26 +01:00
Daniel Baumann
f314791fa2
Adding live-helper 1.0~a20-1.
2011-03-09 18:22:26 +01:00
Daniel Baumann
0d5ff4ca75
Adding live-helper 1.0~a18-1.
2011-03-09 18:22:26 +01:00
Daniel Baumann
cd5110f6b8
Adding live-helper 1.0~a17-1.
2011-03-09 18:22:25 +01:00