summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Moving removal of apt packages lists from minimal and stripped hook to lh_chr...Daniel Baumann1-1/+12
2011-03-09Prefering local hosts over truncated one.Daniel Baumann1-1/+6
2011-03-09Prefering local resolv.conf over truncated one.Daniel Baumann1-1/+6
2011-03-09Truncating resolv.conf created during bootstrap stage, otherwise we'll end up...Daniel Baumann1-0/+7
2011-03-09Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further ...Daniel Baumann1-0/+22
2011-03-09Re-order arguments to find(1) to silence warning about sub-optimal ordering.Chris Lamb1-1/+1
2011-03-09Don't assume that if dpkg is installed, we'll actually get a live-helper vers...Chris Lamb1-3/+3
2011-03-09Test for dpkg-query instead of dpkg if we are only going to run dpkg-query wi...Chris Lamb1-1/+1
2011-03-09Only print versions of live-helper in --dump output, not every package instal...Chris Lamb1-1/+1
2011-03-09Add 'dump' as a getopt longoption so as not to prevent rejection of --dump ar...Chris Lamb1-1/+1
2011-03-09NEW: "binary_debian-installer-includes" config directory.Marco Amadori2-2/+31
2011-03-09Don't attempt to remove scripts directory in lh_clean if it doesn't exist.Daniel Baumann1-1/+5
2011-03-09Even though users are supposed to have any local-includes with the correct ow...Daniel Baumann1-2/+12
2011-03-09Removing scripts directory through lh_clean, if it's not empty.Daniel Baumann1-0/+1
2011-03-09Copy menu binary from the correct directoryAn-Cheng Huang1-2/+9
2011-03-09Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix typo in g...Daniel Baumann1-1/+1
2011-03-09ignore harmless warnings from parted.An-Cheng Huang1-1/+1
2011-03-09Generalizing internal LH_CONFFILE variable.Daniel Baumann1-3/+3
2011-03-09Correcting manpage section reference in a comment in lh.Daniel Baumann1-1/+1
2011-03-09Cleaning up code of 'lh' short helper.Daniel Baumann1-2/+5
2011-03-09Implementing colorful output (currently disabled by default, though).Daniel Baumann1-0/+9
2011-03-09Generalizing internal LH_BREAKPOINTS variable.Daniel Baumann1-9/+4
2011-03-09Generalizing internal LH_VERBOSE variable.Daniel Baumann6-14/+9
2011-03-09Generalizing internal LH_QUIET variable.Daniel Baumann6-14/+9
2011-03-09Generalizing internal LH_DEBUG variable.Daniel Baumann3-11/+6
2011-03-09Generalizing internal LH_FORCE variable.Daniel Baumann1-9/+4
2011-03-09Slightely improving wording of the 'bootloader not yet supported' when creati...Daniel Baumann2-2/+4
2011-03-09Slightly reordering genisoimage option assembling.Daniel Baumann1-10/+14
2011-03-09Adding armel to architecture specific checks.Daniel Baumann1-1/+1
2011-03-09Generalizing internal Chroot(); by requiring its first argument to be the chr...Daniel Baumann23-59/+59
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann71-73/+73
2011-03-09Updating releases.sh to match internal namespace of included functions.Daniel Baumann3-3/+3
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 robus...Daniel Baumann1-2/+2
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-09Add lh_dumpconfig helper to print suitable output for pastebins and other rem...Chris Lamb1-0/+60
2011-03-09Ensure lh_binary_debian-installer includes local debs (Closes: #502877)Marco Amadori1-4/+4
2011-03-09Setup cleanup hook in the high-level helpers.Chris Lamb4-0/+12
2011-03-09Enforcing lh_config to be run before lh_build, see also http://lists.debian.o...Daniel Baumann59-58/+61
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
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 /se...Daniel Baumann1-2/+5
2011-03-09Applying patch from Frederic Boiteux <fboiteux@calistel.com> to support wildc...Daniel Baumann1-1/+1
2011-03-09Adding lh_chroot_selinuxfs helper to support building live images on a selinu...Daniel Baumann3-0/+103
2011-03-09lh_config --help and manpage 'copy' mention.Marco Amadori1-1/+1
2011-03-09Improving indices workaround by checking LH_BOOTSTRAP_FLAVOUR rather than LH_...Daniel Baumann1-1/+1