summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Escaping variables in binary.sh of lh_binary_iso, thanks to Luigi Capriotti ↵Daniel Baumann
<l.capriotti@xbmc.org>.
2011-03-09Adjusting pathes for boot-screens in netboot images.Daniel Baumann
2011-03-09Correctly replacing pathes in exithelp.cfg for returning back to syslinux menu.Daniel Baumann
2011-03-09Correcting pathes in include statements when building netboot images ↵Daniel Baumann
(Closes: #546910).
2011-03-09Fixing regression imported by fixing #533846 incorrectly.Daniel Baumann
2011-03-09Rewording some of the error messages in Check_defaults().Karl Goetz
2011-03-09Correcting spelling type in 'wrong config tree version' error message.Karl Goetz
2011-03-09Replacing all -ge with -gt checks for string max lenghts of iso meta ↵Karl Goetz
information.
2011-03-09Correcting comment about replacing /dev/urandom with /dev/random.Karl Goetz
2011-03-09Adding missing exit 1 in the archtiecture detection case.Karl Goetz
2011-03-09Adding check for config tree version and fail or give warnings if the ↵Daniel Baumann
version doesn't match.
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-09Correcting apt pinning support.Rui Miguel Bernardo
2011-03-09Updating defaults of linux packages for sid (>= 2.6.31).Daniel Baumann
2011-03-09Fixing another nroff formatting error in lh_config manpage.Daniel Baumann
2011-03-09Don't use dh_clean in favour of dh_prep.Daniel Baumann
2011-03-09Updating to standards version 3.8.3.Daniel Baumann
2011-03-09Updating to debhelper 7.Daniel Baumann
2011-03-09Fixing nroff formatting error in lh_config manpage.Daniel Baumann
2011-03-09Correcting spelling typo in a previous changelog entry to please lintian.Daniel Baumann
2011-03-09Correcting conditional reading of local functions.Daniel Baumann
2011-03-09Also actually creating the functions directory in lh_config.Daniel Baumann
2011-03-09Allow to overload global functions with local functions stored in the config ↵Daniel Baumann
tree at scripts/functions. live-helper 1.0.6 will be the last release of live-helper 1.x, which will produce lenny 5.0.3 release images. However, when 5.0.4 is due, we'll need to produce new images with slightly modified functions/release.sh files. In order to acchieve that, we'll allow to have such a file overload the functions shipped in live-helper. This way, we can acchieve that: * live-helper itself doesn't need to be updated through stable updates anymore. * we still can do the required changes for a new point release. * we even ship the changes in the source tarballs automatically.
2011-03-09Updating distribution release information.Daniel Baumann
2011-03-09Avoid showing 'dashed commands are deprecated' warning more than one within ↵Daniel Baumann
lh_clean.
2011-03-09Giving message to users that lh_config is actually doing something.Daniel Baumann
2011-03-09Deprecating all dashed forms of commands.Daniel Baumann
2011-03-09Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting syslinux ↵Daniel Baumann
menu module (Closes: #533846).
2011-03-09Allow to enforce syslinux menu module through LH_SYSLINUX_MENU.Daniel Baumann
2011-03-09Returning error value of the last process before exiting (Closes: #527331).Daniel Baumann
2011-03-09Using pre-cached bootstrap stage, if available, in order to build chroot ↵Daniel Baumann
image which dramatically speads up building of large images.
2011-03-09Updating vcs fields.Daniel Baumann
2011-03-09Updating debian-forensics packages list.Daniel Baumann
2011-03-09Updating conditionals in package lists for squeeze.Daniel Baumann
2011-03-09Adding mailutils to rescue list.Daniel Baumann
2011-03-09Updating kde-core package list for squeeze/sid, thanks to Diederik de Haas ↵Daniel Baumann
<didi.debian@cknow.org>.
2011-03-09Respecting /etc/hostname in case it's part of chroot_local-includes, thanks ↵Daniel Baumann
to Luigi Capriotti <l.capriotti@xbmc.org> for the idea.
2011-03-09Updating git snapshot repository in image autobuild script.Daniel Baumann
2011-03-09Removing old debian-edu source repository example.Daniel Baumann
2011-03-09Removing old fai source repository example.Daniel Baumann
2011-03-09Removing old beryl source repository example.Daniel Baumann
2011-03-09Updating debian-backports example sources for lenny.Daniel Baumann
2011-03-09Adding live snapshots repository gpg key.Daniel Baumann
2011-03-09Updating debian-live snapshots repository entries.Daniel Baumann
2011-03-09Adding gfortran and gnat to rescue list.Daniel Baumann
2011-03-09Adding console-setup to standard package list.Daniel Baumann
console-setup is not essential per se, but without it, the preseed boot parameters for keyboard layouts do not work. Those are needed when we're going to use gfxboot. And that on the other hand, will be pretty much standard, therefore including an additional package in the standard list seems ok.
2011-03-09Correcting install calls for reportbug files in rules.Daniel Baumann
2011-03-09Updating presubj text for reportbug.Daniel Baumann
2011-03-09Automatically optaining version number for config tree format.Daniel Baumann
2011-03-09Only add available install frontend boot entries.Cody A.W. Somerville