summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Updating lenny cd includes.Daniel Baumann18-767/+627
2011-03-09Updating .disk/info generation when building iso images.Daniel Baumann2-22/+58
2011-03-09Creating win32-loader.ini in win32-loader helper script.Daniel Baumann1-0/+18
2011-03-09Renaming win32-loader executable as debian-cd does.Daniel Baumann1-0/+1
2011-03-09Including the distribution name in iso volume when being in debian mode.Daniel Baumann1-1/+1
2011-03-09Correcting typo in iso volume.Daniel Baumann1-1/+1
2011-03-09Adding own iso volume when beeing in release mode.Daniel Baumann1-1/+6
2011-03-09Introducing debian-release mode.Daniel Baumann1-12/+12
2011-03-09Moving live-initramfs or casper parameter list to live subdirectory on the ↵Daniel Baumann1-6/+0
images.
2011-03-09Moving binary manifest to live subdirectory on the images.Daniel Baumann1-8/+15
2011-03-09Cleaning up rules file.Daniel Baumann1-9/+1
2011-03-09Updating copyright file.Daniel Baumann1-21/+26
2011-03-09Prefixing debhelper files with package name.Daniel Baumann9-2/+2
2011-03-09Revert using debhelper 7 command in rules.Daniel Baumann1-1/+1
2011-03-09Take win32-loader from the target distribution by using the chroot.Daniel Baumann1-9/+23
2011-03-09Splitting out win32-loader handling into own helper script.Daniel Baumann5-15/+88
2011-03-09Updating pt_br localization (Closes: #514196).Tiago Bortoletto Vaz1-497/+901
2011-03-09Adding clean parameter to lh_config to minimize config directory by ↵Daniel Baumann2-1/+19
automatically removing unused and thus empty subdirectories.
2011-03-09Correcting order of genisoimage option assembling, the exludes do have to be ↵Daniel Baumann1-8/+8
processed last.
2011-03-09Fixing typo in changelog.Daniel Baumann1-1/+1
2011-03-09Regenerationg live-helper pot file.Daniel Baumann1-338/+710
2011-03-09Releasing version 1.0.3-1.Daniel Baumann2-1/+78
2011-03-09Correcting wrong logic in defaults.sh which resultet in having ↵Daniel Baumann1-4/+11
loop-aes-utils always installed.
2011-03-09Adding autoconfig support to lh_build as well.Daniel Baumann1-0/+11
2011-03-09Fixing infinit loop when using autoconfig for lh_config and lh_clean.Daniel Baumann2-8/+14
2011-03-09Updating name of arhive keys in image autobuild script.Daniel Baumann1-2/+2
2011-03-09Correcting typo for libewf in rescue list.Daniel Baumann1-1/+1
2011-03-09Overwriting the debootstrap or fdisk program if it is set to a value that is ↵Daniel Baumann1-4/+3
not on the host system anymore, but another alternative of it is.
2011-03-09Removing shell specific extensions and call of scripts/config and ↵Daniel Baumann2-4/+4
scripts/clean, thanks to Tzafrir Cohen <tzafrir.cohen@xorcom.com>.
2011-03-09Adding dummy live-helper command to make any confused user aware that ↵Daniel Baumann3-17/+43
live-helper is a set of commands starting with the lh_ prefix.
2011-03-09Replacing previous attempt of using config.cfg, now using scripts/config.sh ↵Daniel Baumann2-9/+17
and scripts/clean.sh instead.
2011-03-09Automatically displaying manpage when calling a helper with -h or --help.Daniel Baumann3-2/+19
2011-03-09Also covering compressed manpages in uninstall target of Makefile.Daniel Baumann1-4/+4
2011-03-09Adding simple manpages for every other live-helper command.Daniel Baumann64-0/+1860
2011-03-09Running po4a for manpages.Daniel Baumann30-2931/+7365
2011-03-09Rewriting all existent manpages.Daniel Baumann10-320/+456
2011-03-09Correcting lh_configs config.cfg handling, so that it's at least working ↵Daniel Baumann1-4/+4
when not using config.cfg. Will have to be fixed properly later.
2011-03-09Removing vim-tiny from minimal packages list, it's not a requirement for ↵Daniel Baumann1-1/+1
live-initramfs :)
2011-03-09Updating forensic packages in rescue list.Daniel Baumann1-1/+1
2011-03-09Marking aufs and unionfs in devel-live packages list as lenny and sid, resp. ↵Daniel Baumann1-0/+4
etch-only.
2011-03-09Including functions.sh, forgot to add it before.Daniel Baumann1-0/+8
2011-03-09Updating year in copyright notices for 2009.Daniel Baumann105-106/+106
2011-03-09Using common function file to source shell includes.Daniel Baumann73-436/+76
2011-03-09Fixing and unifying handling of hooks.Daniel Baumann1-7/+4
2011-03-09Removing enforced installation of mawk in the chroot in ↵Daniel Baumann1-1/+0
lh_binary_debian-installer, mawk is priority required and therefore always there anyway. Additionally, this would unnecessarily blow up images that have gawk (or any other awk implementation) installed.
2011-03-09Adding temporary workaround to 'failed to install grub' error when using ↵Daniel Baumann1-2/+19
live-installer.
2011-03-09Actually doing apt-ftparchive operations in chroot as it was originally ↵Daniel Baumann1-16/+35
intended to be, otherwise apt-utils would be need to be a depends of live-helper.
2011-03-09Making sure that /tmp has the right permissions after installing ↵Daniel Baumann2-0/+8
sun-java*-doc through sun-java example hooks. Apparently, sun-java*-doc packages are tampering with it.
2011-03-09Actually fix initrd-related breakage in chroot hacks.Cyril Brulebois1-1/+1
To actually handle the case where there are no initrds, one has to tell xargs not to run the chmod command if there are no parameters.
2011-03-09Make hacks not break if there are no initrds.Cyril Brulebois1-1/+3
Even if it's likely that initrds will be present at this stage, it might be that they went away because of local hooks, and hacks shouldn't break just because of missing initrds.