summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-09Generalizing internal Chroot(); by requiring its first argument to be the ↵Daniel Baumann
chroot directory.
2011-03-09Renaming internal Read_conffile(); to Read_conffiles(); for consistency reasons.Daniel Baumann
2011-03-09Adding hppa bootloader to rescue list.Daniel Baumann
2011-03-09Grouping bootloaders in rescue list.Daniel Baumann
2011-03-09Marking grub and lilo in rescue list as amd64 and i386 only.Daniel Baumann
2011-03-09Updating releases.sh to match internal namespace of included functions.Daniel Baumann
2011-03-09Adding lsof in rescue list.Daniel Baumann
2011-03-09Removing double cryptsetup entry in rescue list.Daniel Baumann
2011-03-09Improving version output of lh_config --dump.Daniel Baumann
2011-03-09Using dd rather than cat to write mbr.bin to usb-hdd images; dd is more ↵Daniel Baumann
robust in case mbr.bin is corrupted.
2011-03-09Updating Debian Forensics packages in rescue list.Daniel Baumann
2011-03-09Merging lh_dumpconfig into lh_config as --dump parameter.Daniel Baumann
2011-03-09Adjusting code style of lh_dumpconfig.Daniel Baumann
2011-03-09Correcting intendation in conffile.sh.Daniel Baumann
2011-03-09Add lh_dumpconfig helper to print suitable output for pastebins and other ↵Chris Lamb
remote debugging.
2011-03-09Add utility to dump all conffiles to stdout.Chris Lamb
2011-03-09Add utility to dump specified file to stdout.Chris Lamb
2011-03-09Refactor utility to locate conffiles.Chris Lamb
2011-03-09Ensure lh_binary_debian-installer includes local debs (Closes: #502877)Marco Amadori
* fixed some path references to the "config" directory.
2011-03-09Excluding ipppd from rescue list due to #502693.Daniel Baumann
2011-03-09Setup cleanup hook in the high-level helpers.Chris Lamb
2011-03-09Print message when Exit is called.Chris Lamb
2011-03-09Add utility function to call 'Exit' when script exits.Chris Lamb
2011-03-09Adding unmount calls for pseudo-filesystems in Exit();.Daniel Baumann
2011-03-09Removing LIVE_* grep from Exit(); as we have switched to LH_* variables long ↵Daniel Baumann
time ago.
2011-03-09Updating version number in common.sh.Daniel Baumann
2011-03-09Enforcing lh_config to be run before lh_build, see also ↵Daniel Baumann
http://lists.debian.org/debian-live/2008/10/msg00102.html (Closes: #500740).
2011-03-09Using simplified Require_stagefile(); calls by passing multiple arguments.Daniel Baumann
2011-03-09For consistency, don't preserve uid/gid for files in binary_local-includes.Chris Lamb
2011-03-09Ensure all files installed via chroot_local-includes are owned by root:root. ↵Chris Lamb
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 Baumann
2011-03-09Manually setting owner of /etc/skel to root.Daniel Baumann
2011-03-09Making removal stage of lh_chroot_selinuxfs dependent on the existence of ↵Daniel Baumann
/selinux, otherwise that directory would be always created in the chroot.
2011-03-09Applying patch from Frederic Boiteux <fboiteux@calistel.com> to support ↵Daniel Baumann
wildcards in rootfs exclude lists (Closes: #500677).
2011-03-09Adding lh_chroot_selinuxfs helper to support building live images on a ↵Daniel Baumann
selinux enabled host (Closes: #501652).
2011-03-09lh_config --help and manpage 'copy' mention.Marco Amadori
2011-03-09Adding virtualbox-ose hook.Daniel Baumann
2011-03-09Also accept x86_64 as alias for amd64 when checking for cross architecture ↵Daniel Baumann
support.
2011-03-09Improving indices workaround by checking LH_BOOTSTRAP_FLAVOUR rather than ↵Daniel Baumann
LH_PACKAGES_LISTS in order to handle chicken-egg problem for installing apt-utils when having bootstrapped a minimal chroot.
2011-03-09Automatically correct LH_SETUP value if the configured losetup cannot be found.Daniel Baumann
2011-03-09Include source for sparc-utils on that architecture.Chris Lamb
2011-03-09Correcting sparc architecture detection to ensure correct source package ↵Chris Lamb
contents.
2011-03-09Install appropriate tasksel program.Chris Lamb
2011-03-09Don't build up source package list inside chroot.Chris Lamb
2011-03-09Create a "missing-source.txt" file containing missing source packages ↵Chris Lamb
instead of exiting.
2011-03-09Fixing bcm43xx-fwcutter entry in rescue list, only available in etch.Daniel Baumann
2011-03-09Correcting wrong spelling of sl-modem-daemon in rescue list.Daniel Baumann
2011-03-09Only install memtest in lh_binary_syslinux if enabled.Maximilian Gass
2011-03-09Syncing options in lh_config(1) with lh_config, etc. Thanks to Luca Bruno.Chris Lamb
2011-03-09Additionally save the 'scripts/' subdirectory if it contains files when ↵Chris Lamb
building source images.