summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Updating to standards version 3.8.3.Daniel Baumann1-1/+1
2011-03-09Updating to debhelper 7.Daniel Baumann2-2/+2
2011-03-09Fixing nroff formatting error in lh_config manpage.Daniel Baumann1-1/+1
2011-03-09Correcting spelling typo in a previous changelog entry to please lintian.Daniel Baumann1-1/+1
2011-03-09Correcting conditional reading of local functions.Daniel Baumann1-1/+1
2011-03-09Also actually creating the functions directory in lh_config.Daniel Baumann1-1/+1
2011-03-09Allow to overload global functions with local functions stored in the config ↵Daniel Baumann2-0/+15
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 Baumann1-1/+2
2011-03-09Avoid showing 'dashed commands are deprecated' warning more than one within ↵Daniel Baumann1-7/+7
lh_clean.
2011-03-09Giving message to users that lh_config is actually doing something.Daniel Baumann1-0/+2
2011-03-09Deprecating all dashed forms of commands.Daniel Baumann15-193/+211
2011-03-09Respecting (possibly) customized LH_SYSLINUX_CFG when autodecting syslinux ↵Daniel Baumann1-1/+3
menu module (Closes: #533846).
2011-03-09Allow to enforce syslinux menu module through LH_SYSLINUX_MENU.Daniel Baumann1-2/+18
2011-03-09Returning error value of the last process before exiting (Closes: #527331).Daniel Baumann1-0/+4
2011-03-09Using pre-cached bootstrap stage, if available, in order to build chroot ↵Daniel Baumann2-5/+127
image which dramatically speads up building of large images.
2011-03-09Updating vcs fields.Daniel Baumann1-2/+2
2011-03-09Updating debian-forensics packages list.Daniel Baumann1-3/+9
2011-03-09Updating conditionals in package lists for squeeze.Daniel Baumann3-4/+4
2011-03-09Adding mailutils to rescue list.Daniel Baumann1-0/+1
2011-03-09Updating kde-core package list for squeeze/sid, thanks to Diederik de Haas ↵Daniel Baumann1-1/+8
<didi.debian@cknow.org>.
2011-03-09Respecting /etc/hostname in case it's part of chroot_local-includes, thanks ↵Daniel Baumann1-0/+6
to Luigi Capriotti <l.capriotti@xbmc.org> for the idea.
2011-03-09Updating git snapshot repository in image autobuild script.Daniel Baumann1-4/+4
2011-03-09Removing old debian-edu source repository example.Daniel Baumann1-11/+0
2011-03-09Removing old fai source repository example.Daniel Baumann1-9/+0
2011-03-09Removing old beryl source repository example.Daniel Baumann1-14/+0
2011-03-09Updating debian-backports example sources for lenny.Daniel Baumann2-4/+37
2011-03-09Adding live snapshots repository gpg key.Daniel Baumann2-0/+32
2011-03-09Updating debian-live snapshots repository entries.Daniel Baumann1-2/+2
2011-03-09Adding gfortran and gnat to rescue list.Daniel Baumann1-1/+1
2011-03-09Adding console-setup to standard package list.Daniel Baumann1-1/+1
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 Baumann1-2/+2
2011-03-09Updating presubj text for reportbug.Daniel Baumann1-2/+11
2011-03-09Automatically optaining version number for config tree format.Daniel Baumann2-1/+2
2011-03-09Only add available install frontend boot entries.Cody A.W. Somerville3-6/+27
2011-03-09Unify bootloader helpers.Cody A.W. Somerville2-29/+78
2011-03-09Allowing to overwrite default gzip options through config switch or option.Daniel Baumann8-36/+32
2011-03-09Making replace-di-banner hook to not fail when no d-i is included in the image.Daniel Baumann1-10/+13
2011-03-09Adding kernelpurge example hook to remove all kernel images except the ↵Daniel Baumann1-0/+10
newest one.
2011-03-09Settinglosetup-lukshome example hook executable bit again.Daniel Baumann1-0/+0
2011-03-09Updating lenny point release number.Daniel Baumann1-1/+1
2011-03-09Releasing version 1.0.5-2.Daniel Baumann2-1/+87
2011-03-09Updating lenny point release number.Daniel Baumann1-1/+1
2011-03-09Adding a message about which hook made a build fail, if any.Daniel Baumann3-3/+3
2011-03-09Updating kernel defaults for squeeze (removing squashfs, not required anymore).Daniel Baumann1-1/+1
2011-03-09Correcting some rough edges in lukshome example hook.Rui Miguel Bernardo1-95/+144
* several rephrasing to clarify/correct things because some wording was ambiguous/wrong. * changed instructions to use a mounted partition when creating the file. In the previous instructions the present directory was used and if it was $HOME, then the file was created in the live memory (aufs/unionfs). Of course using memory to create the file would limit the size of the file to the size of free memory. * moved part of the instructions to inside create-lukshome-file.sh so the user can see them because the hook itself is not saved in the built live system. * added a check to see if /mnt directory is empty. * added some missing "umounts" and "cryptsetup remove" in some error checks. * removed the proposal of copying from another mounted /home/ directory. It could be confusing to the user. The user should do it later, with the live system booted with lukshome boot option, which should be the next thing he/she will do anyway. * renamed variable ERROR_LEVEL to EXIT_CODE (sounded too much a redmond batch file).
2011-03-09Add option to disable use of GTK debian-installer.Cody A.W. Somerville4-12/+53
Adding the ability to disable use of the GTK graphical debian-installer is handy either to reduce the size of the images or if the necessary files aren't available.
2011-03-09Fix build failure when retrying build at deconfiguring file /bin/hostname.Cody A.W. Somerville1-1/+4
If you attempt a build and it fails for whatever reasons (say, a configuration issue) and then you retry your build without calling lh_clean, you can sometimes run into an issue with the 'deconfiguring file /bin/hostname' step. It'll try to move chroot/bin/hostname.orig to chroot/bin/hostname but chroot/bin/hostname.orig won't exist as chroot/bin/hostname hasn't been moved aside like it expects (ie. the original file is still chroot/bin/hostname). This is frustrating since if the error was ignored, the build would be able to complete successfully and as expected. So, let lh_chroot_hostname check if 'chroot/bin/hostname.orig' exists before attempting to move it to 'chroot/bin/hostname'.
2011-03-09Adding German manpage translations from Chris Leick <c.leick@vollbio.de> ↵Daniel Baumann77-2295/+4180
(Closes: #544512).
2011-03-09Applying patch from Chris Leick <c.leick@vollbio.de> to fix some spelling ↵Daniel Baumann3-10/+10
typos in the manpages (Closes: #543868).
2011-03-09Simplyfing localepurge hook.Daniel Baumann1-9/+7