summaryrefslogtreecommitdiff
path: root/helpers
AgeCommit message (Collapse)Author
2011-03-09Ensure lh_binary_debian-installer includes local debs (Closes: #502877)Marco Amadori
* fixed some path references to the "config" directory.
2011-03-09Setup cleanup hook in the high-level helpers.Chris Lamb
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-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-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-09Only install memtest in lh_binary_syslinux if enabled.Maximilian Gass
2011-03-09Additionally save the 'scripts/' subdirectory if it contains files when ↵Chris Lamb
building source images.
2011-03-09Fix timing issue in create of source tarballs. Patch by Sebastian H ↵Chris Lamb
<shbugreport@online.de>. (Closes: #499793)
2011-03-09Adding explicit --yes to apt-get call when installing keyring packages ↵Daniel Baumann
(previously, this was inherited through Apt(); wrapper) (Closes: #499625).
2011-03-09Really fix LH_BOOTSTRAP="copy". Thanks to Andreas Teuchert ↵Chris Lamb
<ant+bdo@hsg-kl.de>. (Closes: #498385)
2011-03-09Splitted "longoptions" in various lines.Marco Amadori
2011-03-09Adding scripts directory to to include custom helper scripts.Daniel Baumann
2011-03-09Fix handling of --version and getopt program name.Chris Lamb
2011-03-09Simplyfing partition size check when enforcing fat32.Daniel Baumann
2011-03-09Automatically enforcing fat32 on usb-hdd when detecting partitions bigger ↵Daniel Baumann
than 2GB.
2011-03-09Automatically enforcing fat32 on usb-hdd when detecting files bigger than 2GB.Daniel Baumann
2011-03-09Correcting wrong logic in lh_cleans check for beeing in the config directory ↵Daniel Baumann
or not (in order to prevent accidental cleaning by the user).
2011-03-09Always using apt to install keyring packages (Closes: #498531).Daniel Baumann
2011-03-09Add silo to sparc source package selection.Chris Lamb
2011-03-09Use tar to perform lh_bootstrap_copy (Closes: #498385)Chris Lamb
2011-03-09Refactor partition size calculation, ensuring a uniform increase for ext ↵Chris Lamb
partitions.
2011-03-09Additionally unmount chroot/binary.tmp in lh_clean --chroot.Chris Lamb
2011-03-09Unmount chroot/dev.tmp/pts filestems created by lh_binary_usb-hdd in lh_clean.Chris Lamb
2011-03-09Add "/.disk" metadata on usb-hdd images.Chris Lamb
2011-03-09Use cp's "-T" option instead of shell globbing to ensure dotfiles in the ↵Chris Lamb
binary image's / are copied.
2011-03-09Standardise on appending " (fail-safe mode)" for all bootloaders.Chris Lamb
2011-03-09Fixing a chicken-egg problem with package indices when using ↵Daniel Baumann
minimal/stripped list *and* including local-packages.
2011-03-09mksquashfs in Lenny supports -no-progress, so remove (broken) check.Chris Lamb
2011-03-09Correcting chroot call to process config/binary_rootfs/excludes in chrooted ↵Daniel Baumann
builds.
2011-03-09Replacing Chroot(); call for removing the udev persistent-net rules with a ↵Daniel Baumann
direct rm call to avoid beeing expanded by the shell based on the build systems files.
2011-03-09Passing -wildcards to mksquashfs call when having excludes, thanks to ↵Daniel Baumann
Phillip Lougher <phillip@lougher.demon.co.uk>.
2011-03-09Fixed 2 typos in getopt longoptions string.Marco Amadori
2011-03-09Introducing config/binary_rootfs/excludes as a generic way to exclude files ↵Daniel Baumann
manually from the binary image.
2011-03-09Since #433076 is fixed in live-initramfs, we only need to adjust owner of ↵Daniel Baumann
the live-user when using casper for etch builds.
2011-03-09Renaming sections to categories in order to use the same names as Debian ↵Daniel Baumann
Policy does (Closes: #483777).
2011-03-09Improving check for a mounted chroot/dev/pts to cover all terminals, not ↵Daniel Baumann
just the 0th (Closes: #459697, #459779).
2011-03-09Support expanding wildcards in udeb excludes.Chris Lamb
This was preventing "kernel-image-*" "exclude" entries from removing these packages. This saves about 5 MiB of space in all.