Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Moving removal of apt packages lists from minimal and stripped hook to ↵ | Daniel Baumann | 1 | -1/+12 | |
lh_chroot_sources, thanks to Ben Armstrong <synrg@debian.org>. | |||||
2011-03-09 | Prefering local hosts over truncated one. | Daniel Baumann | 1 | -1/+6 | |
2011-03-09 | Prefering local resolv.conf over truncated one. | Daniel Baumann | 1 | -1/+6 | |
2011-03-09 | Truncating resolv.conf created during bootstrap stage, otherwise we'll end ↵ | Daniel Baumann | 1 | -0/+7 | |
up with a local resolv.conf in the final image. Thanks to Ben Armstrong <synrg@debian.org>. | |||||
2011-03-09 | Also handling custom apt.conf in config/chroot_apt/apt.conf to allow further ↵ | Daniel Baumann | 1 | -0/+22 | |
apt configuration (Closes: #511247). | |||||
2011-03-09 | Re-order arguments to find(1) to silence warning about sub-optimal ordering. | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Don't assume that if dpkg is installed, we'll actually get a live-helper ↵ | Chris Lamb | 1 | -3/+3 | |
version number from it. | |||||
2011-03-09 | Test for dpkg-query instead of dpkg if we are only going to run dpkg-query ↵ | Chris Lamb | 1 | -1/+1 | |
within that scope. | |||||
2011-03-09 | Only print versions of live-helper in --dump output, not every package ↵ | Chris Lamb | 1 | -1/+1 | |
installed. | |||||
2011-03-09 | Add 'dump' as a getopt longoption so as not to prevent rejection of --dump ↵ | Chris Lamb | 1 | -1/+1 | |
argument to lh_config. | |||||
2011-03-09 | NEW: "binary_debian-installer-includes" config directory. | Marco Amadori | 2 | -2/+31 | |
This add another "-includes" power to live-helper, just leave your full path files there and they will end on the installer initrd. This is mostly useful for hacking the installer images with themes, firmware and new installation helpers. "This doesn't handle the case where you want to remove files or programmatically modify things" yet. | |||||
2011-03-09 | Don't attempt to remove scripts directory in lh_clean if it doesn't exist. | Daniel Baumann | 1 | -1/+5 | |
2011-03-09 | Even though users are supposed to have any local-includes with the correct ↵ | Daniel Baumann | 1 | -2/+12 | |
owner and permissions, we set them manually on /home/user as it's likely that anybody will forget it (Closes: #506553). | |||||
2011-03-09 | Removing scripts directory through lh_clean, if it's not empty. | Daniel Baumann | 1 | -0/+1 | |
2011-03-09 | Copy menu binary from the correct directory | An-Cheng Huang | 1 | -2/+9 | |
2011-03-09 | Applied patch from Maximilian Gass <mxey@cloudconnected.org> to fix typo in ↵ | Daniel Baumann | 1 | -1/+1 | |
generation of release files in lh_chroot_sources. | |||||
2011-03-09 | ignore harmless warnings from parted. | An-Cheng Huang | 1 | -1/+1 | |
2011-03-09 | Generalizing internal LH_CONFFILE variable. | Daniel Baumann | 1 | -3/+3 | |
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 | 1 | -0/+9 | |
2011-03-09 | Generalizing internal LH_BREAKPOINTS variable. | Daniel Baumann | 1 | -9/+4 | |
2011-03-09 | Generalizing internal LH_VERBOSE variable. | Daniel Baumann | 6 | -14/+9 | |
2011-03-09 | Generalizing internal LH_QUIET variable. | Daniel Baumann | 6 | -14/+9 | |
2011-03-09 | Generalizing internal LH_DEBUG variable. | Daniel Baumann | 3 | -11/+6 | |
2011-03-09 | Generalizing internal LH_FORCE variable. | Daniel Baumann | 1 | -9/+4 | |
2011-03-09 | Slightely improving wording of the 'bootloader not yet supported' when ↵ | Daniel Baumann | 2 | -2/+4 | |
creating images. | |||||
2011-03-09 | Slightly reordering genisoimage option assembling. | Daniel Baumann | 1 | -10/+14 | |
2011-03-09 | Adding armel to architecture specific checks. | Daniel Baumann | 1 | -1/+1 | |
2011-03-09 | Generalizing internal Chroot(); by requiring its first argument to be the ↵ | Daniel Baumann | 23 | -59/+59 | |
chroot directory. | |||||
2011-03-09 | Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons. | Daniel Baumann | 71 | -73/+73 | |
2011-03-09 | Updating releases.sh to match internal namespace of included functions. | Daniel Baumann | 3 | -3/+3 | |
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 ↵ | Daniel Baumann | 1 | -2/+2 | |
robust in case mbr.bin is corrupted. | |||||
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 | Add lh_dumpconfig helper to print suitable output for pastebins and other ↵ | Chris Lamb | 1 | -0/+60 | |
remote debugging. | |||||
2011-03-09 | Ensure lh_binary_debian-installer includes local debs (Closes: #502877) | Marco Amadori | 1 | -4/+4 | |
* fixed some path references to the "config" directory. | |||||
2011-03-09 | Setup cleanup hook in the high-level helpers. | Chris Lamb | 4 | -0/+12 | |
2011-03-09 | Enforcing lh_config to be run before lh_build, see also ↵ | Daniel Baumann | 59 | -58/+61 | |
http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740). | |||||
2011-03-09 | Using simplified Require_stagefile(); calls by passing multiple arguments. | Daniel Baumann | 3 | -6/+3 | |
2011-03-09 | For consistency, don't preserve uid/gid for files in binary_local-includes. | Chris Lamb | 1 | -1/+1 | |
2011-03-09 | Ensure all files installed via chroot_local-includes are owned by root:root. ↵ | Chris Lamb | 2 | -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-09 | Making sure /etc/sudoers has right owner/permissions. | Daniel Baumann | 1 | -0/+4 | |
2011-03-09 | Manually setting owner of /etc/skel to root. | Daniel Baumann | 1 | -0/+4 | |
2011-03-09 | Making removal stage of lh_chroot_selinuxfs dependent on the existence of ↵ | Daniel Baumann | 1 | -2/+5 | |
/selinux, otherwise that directory would be always created in the chroot. | |||||
2011-03-09 | Applying patch from Frederic Boiteux <fboiteux@calistel.com> to support ↵ | Daniel Baumann | 1 | -1/+1 | |
wildcards in rootfs exclude lists (Closes: #500677). | |||||
2011-03-09 | Adding lh_chroot_selinuxfs helper to support building live images on a ↵ | Daniel Baumann | 3 | -0/+103 | |
selinux enabled host (Closes: #501652). | |||||
2011-03-09 | lh_config --help and manpage 'copy' mention. | Marco Amadori | 1 | -1/+1 | |
2011-03-09 | Improving indices workaround by checking LH_BOOTSTRAP_FLAVOUR rather than ↵ | Daniel Baumann | 1 | -1/+1 | |
LH_PACKAGES_LISTS in order to handle chicken-egg problem for installing apt-utils when having bootstrapped a minimal chroot. |