Age | Commit message (Expand) | Author | Files | Lines |
2011-03-09 | Removing etch-only madwifi-doc package from madwifi example hook. | Kai Hendry | 1 | -1/+1 |
2011-03-09 | Replacing obsolete dh_clean -k with dh_prep. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Generalizing internal LH_CONFFILE variable. | Daniel Baumann | 2 | -4/+4 |
2011-03-09 | Using package variable to refere internally to live-helper. | Daniel Baumann | 3 | -3/+4 |
2011-03-09 | Also checking for gettext catalogs to be installed before enabling l10n. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Removing double warning symbol. | Daniel Baumann | 1 | -2/+2 |
2011-03-09 | Correcting manpage section reference in a comment in lh. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Cleaning up code of 'lh' short helper. | Daniel Baumann | 1 | -2/+5 |
2011-03-09 | Implementing colorful output (currently disabled by default, though). | Daniel Baumann | 4 | -42/+182 |
2011-03-09 | Generalizing internal LH_BREAKPOINTS variable. | Daniel Baumann | 4 | -12/+7 |
2011-03-09 | Generalizing internal LH_VERBOSE variable. | Daniel Baumann | 9 | -17/+12 |
2011-03-09 | Generalizing internal LH_QUIET variable. | Daniel Baumann | 9 | -17/+12 |
2011-03-09 | Generalizing internal LH_DEBUG variable. | Daniel Baumann | 7 | -15/+10 |
2011-03-09 | Generalizing internal LH_FORCE variable. | Daniel Baumann | 4 | -12/+7 |
2011-03-09 | Generalizing internal LH_L10N variable. | Daniel Baumann | 2 | -8/+8 |
2011-03-09 | Syncing internal l10n functions. | Daniel Baumann | 1 | -2/+4 |
2011-03-09 | Syncing internal lockfile functions. | Daniel Baumann | 1 | -2/+13 |
2011-03-09 | Updating signals in exit and lockfile traps. | Daniel Baumann | 2 | -2/+2 |
2011-03-09 | Slightely improving wording of the 'bootloader not yet supported' when creati... | Daniel Baumann | 2 | -2/+4 |
2011-03-09 | Slightly reordering genisoimage option assembling. | Daniel Baumann | 1 | -10/+14 |
2011-03-09 | Adding armel to architecture specific checks. | Daniel Baumann | 2 | -11/+6 |
2011-03-09 | Updating color functions. | Daniel Baumann | 1 | -19/+22 |
2011-03-09 | Check for availability of gettext at runtime, and only use it if existing. | Daniel Baumann | 3 | -13/+53 |
2011-03-09 | Don't use set -e in sourced functions, this is the job of the actual executed... | Daniel Baumann | 24 | -48/+0 |
2011-03-09 | Generalizing internal Chroot(); by requiring its first argument to be the chr... | Daniel Baumann | 27 | -70/+71 |
2011-03-09 | Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons. | Daniel Baumann | 72 | -74/+74 |
2011-03-09 | Adding hppa bootloader to rescue list. | Daniel Baumann | 1 | -0/+3 |
2011-03-09 | Grouping bootloaders in rescue list. | Daniel Baumann | 1 | -8/+9 |
2011-03-09 | Marking grub and lilo in rescue list as amd64 and i386 only. | Daniel Baumann | 1 | -2/+2 |
2011-03-09 | Updating releases.sh to match internal namespace of included functions. | Daniel Baumann | 4 | -7/+7 |
2011-03-09 | Adding lsof in rescue list. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Removing double cryptsetup entry in rescue list. | Daniel Baumann | 1 | -1/+0 |
2011-03-09 | Improving version output of lh_config --dump. | Daniel Baumann | 1 | -2/+6 |
2011-03-09 | Using dd rather than cat to write mbr.bin to usb-hdd images; dd is more robus... | Daniel Baumann | 1 | -2/+2 |
2011-03-09 | Updating Debian Forensics packages in rescue list. | Daniel Baumann | 1 | -14/+6 |
2011-03-09 | Merging lh_dumpconfig into lh_config as --dump parameter. | Daniel Baumann | 2 | -60/+32 |
2011-03-09 | Adjusting code style of lh_dumpconfig. | Daniel Baumann | 1 | -9/+9 |
2011-03-09 | Correcting intendation in conffile.sh. | Daniel Baumann | 1 | -1/+2 |
2011-03-09 | Add lh_dumpconfig helper to print suitable output for pastebins and other rem... | Chris Lamb | 1 | -0/+60 |
2011-03-09 | Add utility to dump all conffiles to stdout. | Chris Lamb | 1 | -0/+10 |
2011-03-09 | Add utility to dump specified file to stdout. | Chris Lamb | 1 | -0/+8 |
2011-03-09 | Refactor utility to locate conffiles. | Chris Lamb | 1 | -2/+7 |
2011-03-09 | Ensure lh_binary_debian-installer includes local debs (Closes: #502877) | Marco Amadori | 1 | -4/+4 |
2011-03-09 | Excluding ipppd from rescue list due to #502693. | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Setup cleanup hook in the high-level helpers. | Chris Lamb | 4 | -0/+12 |
2011-03-09 | Print message when Exit is called. | Chris Lamb | 1 | -0/+1 |
2011-03-09 | Add utility function to call 'Exit' when script exits. | Chris Lamb | 1 | -0/+6 |
2011-03-09 | Adding unmount calls for pseudo-filesystems in Exit();. | Daniel Baumann | 1 | -1/+6 |
2011-03-09 | Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long ... | Daniel Baumann | 1 | -1/+1 |
2011-03-09 | Updating version number in common.sh. | Daniel Baumann | 1 | -1/+1 |