Commit Graph

170 Commits

Author SHA1 Message Date
Daniel Baumann 07015787f6 Fixing typing error, thanks to Maarten ter Huurne <maarten.ter.huurne@philips.com>. 2007-09-27 21:26:29 +02:00
Ben Armstrong 662275be9c genext2fs: new switch name: --reserved-percentage; thanks, Zagiox 2007-09-26 12:47:49 +02:00
Otavio Salvador 80ffa22281 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.
2007-09-26 12:21:03 +02:00
Otavio Salvador 8fa8db6324 syslinux: always output MENU LABEL since they're ignored if menu.c32 isn't loaded
syslinux ignores MENU LABEL commands if there's no menu.c32 module
loaded and then we don't need about check it.
2007-09-25 20:21:04 +02:00
Otavio Salvador 90ffcda4b3 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.
2007-09-25 20:20:45 +02:00
Otavio Salvador 8049aeb024 syslinux: fix menu label usage for normal live boot 2007-09-25 18:24:30 +02:00
Otavio Salvador 52ab1c4b26 syslinux: defaults to english text if we lack the specified language 2007-09-25 07:35:48 +02:00
Otavio Salvador 4be7194a18 refactoring: simplified if/else case since the list of supported arch were too long 2007-09-25 07:35:39 +02:00
Daniel Baumann a03cfd36b8 Replacing backticks with POSIX expression. 2007-09-24 08:47:42 +02:00
Otavio Salvador 9377334c15 implements syslinux vesa menu support 2007-09-23 17:23:46 +02:00
Otavio Salvador a0669384f1 add new options to allow support for syslinux with vesa menu
A set of new options has been add to allow the syslinux vesa menu
support to be added. Those are the new options:

 - LH_SYSLINUX_CFG: set custom syslinux configuration file
 - LH_SYSLINUX_MENU: set syslinux menu
 - LH_SYSLINUX_MENU_LIVE_ENTRY: set text to be used on the menu for
   live entries
 - LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY: set text to be used on the
   menu for live entries (failsafe ones)
 - LH_SYSLINUX_MENU_MEMTEST_ENTRY: set text to be used on the menu
   for memtest entry
2007-09-23 17:23:35 +02:00
Otavio Salvador 46f6fb1f4e 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.
2007-09-23 17:23:28 +02:00
Daniel Baumann bf8301b6cf Preparing live-helper 1.0~a30-1. 2007-09-23 17:22:21 +02:00
Daniel Baumann 50f4075d70 Releasing live-helper 1.0~a29-1. 2007-09-23 16:54:07 +02:00
Daniel Baumann 4217cf6459 Re-enabling live-initscripts and live-webhelper. 2007-09-23 16:17:32 +02:00
Daniel Baumann c4bb536877 Respecting LH_QUIET for genisoimage/mkisofs calls, thanks to Justin Pryzby <pryzbyj@justinpryzby.com>. 2007-09-23 14:05:14 +02:00
Daniel Baumann a019b98615 Respecting LH_QUIET for wget calls, thanks to Justin Pryzby <pryzbyj@justinpryzby.com>. 2007-09-23 14:05:14 +02:00
Daniel Baumann 09faf3f24b Handling case when memtest is disabled. 2007-09-23 14:05:14 +02:00
Daniel Baumann f3706cd7f2 Adding check for 'none', not just 'disabled'. 2007-09-23 14:05:14 +02:00
Daniel Baumann 793f620b2d Restoring file permissions. 2007-09-23 14:05:14 +02:00
Daniel Baumann 4b52adb6f7 Adding local udeb_exclude file functionality. 2007-09-23 14:05:14 +02:00
Daniel Baumann fbae06c426 Fixing typing error in lh_binary_syslinux, thanks to Jean Pierre LeJacq <jp.lejacq@quoininc.com> (Closes: #443099). 2007-09-23 14:05:13 +02:00
Daniel Baumann 9ceced95c4 Adding preinst to take care about package upgrades with respect to directories that are symlinks now (Closes: #442408, #442922). 2007-09-23 14:05:13 +02:00
Daniel Baumann 4d06f0aa2b Adding contrib/graph-helpers/*. 2007-09-23 14:05:13 +02:00
Daniel Baumann 39d4c50fc7 Added graph-helpers.py from Chris Lamb <chris@chris-lamb.co.uk>. 2007-09-23 14:05:13 +02:00
Daniel Baumann 5e759644a4 Passing live bootappends to debian-installer. 2007-09-23 14:05:13 +02:00
Daniel Baumann f64d4d2c31 Preparing live-helper 1.0~a29-1. 2007-09-23 14:05:13 +02:00
Daniel Baumann 7d5c336108 Releasing live-helper 1.0~a28-1. 2007-09-23 14:05:12 +02:00
Daniel Baumann f6d46179df Making binary hooks executable in case the are not. 2007-09-23 14:05:12 +02:00
Daniel Baumann f36f7d499a Do not remove pkgsel anymore. 2007-09-23 14:05:12 +02:00
Daniel Baumann 2b817e2b89 Fixed wrong sed call. 2007-09-23 14:05:12 +02:00
Daniel Baumann 1db91d83b0 Do not create symlinks on usb-hdd images. 2007-09-23 14:05:12 +02:00
Daniel Baumann ed5bb2e187 Adding LH_BOOTAPPEND_INSTALL. 2007-09-23 14:05:12 +02:00
Daniel Baumann 851d21e474 Renaming LH_BOOTAPPEND to LH_BOOTAPPEND_LIVE. 2007-09-23 14:05:11 +02:00
Daniel Baumann 26961cb572 Making local udebs/local debs architecture aware. 2007-09-23 14:05:11 +02:00
Daniel Baumann caeb8b9d72 Setting default distribution to lenny. 2007-09-23 14:05:11 +02:00
Daniel Baumann 20aad4c211 Removing both required local and d-i udebs when using live-installer. 2007-09-23 14:05:11 +02:00
Daniel Baumann c338316ee2 Added forgotten path to bootstrap-base removal. 2007-09-23 14:05:11 +02:00
Daniel Baumann 789677ab83 Simplifying debian-installer download. 2007-09-23 14:05:11 +02:00
Daniel Baumann 0e4a03132a Adding support for live-installer. 2007-09-23 14:05:10 +02:00
Daniel Baumann 117d1ef02c Polishing and updating with recent news. 2007-09-23 14:05:10 +02:00
Daniel Baumann 173bd27953 Temporarily disabling extended options, they seem to make problems and need testing. 2007-09-23 14:05:10 +02:00
Daniel Baumann 508cf68252 Adding Rene Merou <ochominutosdearco@gmail.com>. 2007-09-23 14:05:10 +02:00
Daniel Baumann 7c25acdfc1 Added Spanish syslinux templates translation from Rene Merou <ochominutosdearco@gmail.com>. 2007-09-23 14:05:10 +02:00
Daniel Baumann 8407eb17e3 Added Catalan syslinux templates translation from Rene Merou <ochominutosdearco@gmail.com>. 2007-09-23 14:05:10 +02:00
Daniel Baumann 7845095071 Setting default language to 'en'. 2007-09-23 14:05:09 +02:00
Daniel Baumann 3fddecbe0e Supporting localized syslinux templates based on LH_LANGUAGE. 2007-09-23 14:02:56 +02:00
Daniel Baumann 1956c132a8 Adding forgotten cp call. 2007-09-23 13:59:20 +02:00
Daniel Baumann f4af8492a6 Removing cruft from debian-cd templates. 2007-09-23 13:59:20 +02:00
Daniel Baumann 9ec9d931e7 Using new Homepage field now. 2007-09-23 13:59:20 +02:00