summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Generalizing internal LH_BREAKPOINTS variable.Daniel Baumann4-12/+7
2011-03-09Generalizing internal LH_VERBOSE variable.Daniel Baumann9-17/+12
2011-03-09Generalizing internal LH_QUIET variable.Daniel Baumann9-17/+12
2011-03-09Generalizing internal LH_DEBUG variable.Daniel Baumann7-15/+10
2011-03-09Generalizing internal LH_FORCE variable.Daniel Baumann4-12/+7
2011-03-09Generalizing internal LH_L10N variable.Daniel Baumann2-8/+8
2011-03-09Syncing internal l10n functions.Daniel Baumann1-2/+4
2011-03-09Syncing internal lockfile functions.Daniel Baumann1-2/+13
2011-03-09Updating signals in exit and lockfile traps.Daniel Baumann2-2/+2
2011-03-09Slightely improving wording of the 'bootloader not yet supported' when ↵Daniel Baumann2-2/+4
creating images.
2011-03-09Slightly reordering genisoimage option assembling.Daniel Baumann1-10/+14
2011-03-09Adding armel to architecture specific checks.Daniel Baumann2-11/+6
2011-03-09Updating color functions.Daniel Baumann1-19/+22
2011-03-09Check for availability of gettext at runtime, and only use it if existing.Daniel Baumann3-13/+53
2011-03-09Don't use set -e in sourced functions, this is the job of the actual ↵Daniel Baumann24-48/+0
executed script.
2011-03-09Generalizing internal Chroot(); by requiring its first argument to be the ↵Daniel Baumann27-70/+71
chroot directory.
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann72-74/+74
2011-03-09Adding hppa bootloader to rescue list.Daniel Baumann1-0/+3
2011-03-09Grouping bootloaders in rescue list.Daniel Baumann1-8/+9
2011-03-09Marking grub and lilo in rescue list as amd64 and i386 only.Daniel Baumann1-2/+2
2011-03-09Updating releases.sh to match internal namespace of included functions.Daniel Baumann4-7/+7
2011-03-09Adding lsof in rescue list.Daniel Baumann1-1/+1
2011-03-09Removing double cryptsetup entry in rescue list.Daniel Baumann1-1/+0
2011-03-09Improving version output of lh_config --dump.Daniel Baumann1-2/+6
2011-03-09Using dd rather than cat to write mbr.bin to usb-hdd images; dd is more ↵Daniel Baumann1-2/+2
robust in case mbr.bin is corrupted.
2011-03-09Updating Debian Forensics packages in rescue list.Daniel Baumann1-14/+6
2011-03-09Merging lh_dumpconfig into lh_config as --dump parameter.Daniel Baumann2-60/+32
2011-03-09Adjusting code style of lh_dumpconfig.Daniel Baumann1-9/+9
2011-03-09Correcting intendation in conffile.sh.Daniel Baumann1-1/+2
2011-03-09Add lh_dumpconfig helper to print suitable output for pastebins and other ↵Chris Lamb1-0/+60
remote debugging.
2011-03-09Add utility to dump all conffiles to stdout.Chris Lamb1-0/+10
2011-03-09Add utility to dump specified file to stdout.Chris Lamb1-0/+8
2011-03-09Refactor utility to locate conffiles.Chris Lamb1-2/+7
2011-03-09Ensure lh_binary_debian-installer includes local debs (Closes: #502877)Marco Amadori1-4/+4
* fixed some path references to the "config" directory.
2011-03-09Excluding ipppd from rescue list due to #502693.Daniel Baumann1-1/+1
2011-03-09Setup cleanup hook in the high-level helpers.Chris Lamb4-0/+12
2011-03-09Print message when Exit is called.Chris Lamb1-0/+1
2011-03-09Add utility function to call 'Exit' when script exits.Chris Lamb1-0/+6
2011-03-09Adding unmount calls for pseudo-filesystems in Exit();.Daniel Baumann1-1/+6
2011-03-09Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long ↵Daniel Baumann1-1/+1
time ago.
2011-03-09Updating version number in common.sh.Daniel Baumann1-1/+1
2011-03-09Enforcing lh_config to be run before lh_build, see also ↵Daniel Baumann59-58/+61
http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740).
2011-03-09Using simplified Require_stagefile(); calls by passing multiple arguments.Daniel Baumann3-6/+3
2011-03-09For consistency, don't preserve uid/gid for files in binary_local-includes.Chris Lamb1-1/+1
2011-03-09Ensure all files installed via chroot_local-includes are owned by root:root. ↵Chris Lamb2-9/+1
Thanks to Julien Cristau <jcristau@debian.org>. This may cause problems for users who are relying on the target uid and gid of the files in the build system's config/chroot_local-includes being the same on the live image.
2011-03-09Making sure /etc/sudoers has right owner/permissions.Daniel Baumann1-0/+4
2011-03-09Manually setting owner of /etc/skel to root.Daniel Baumann1-0/+4
2011-03-09Making removal stage of lh_chroot_selinuxfs dependent on the existence of ↵Daniel Baumann1-2/+5
/selinux, otherwise that directory would be always created in the chroot.
2011-03-09Applying patch from Frederic Boiteux <fboiteux@calistel.com> to support ↵Daniel Baumann1-1/+1
wildcards in rootfs exclude lists (Closes: #500677).
2011-03-09Adding lh_chroot_selinuxfs helper to support building live images on a ↵Daniel Baumann3-0/+103
selinux enabled host (Closes: #501652).