summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2012-07-30Adding shortcut helper for dctrl-tools.Daniel Baumann
This 'Packages' shortcut helper can be used for simplified usage of grep-aptavailable from dctrl-tools. Rather than needing to specify the following explicit command: ! grep-aptavail -n -sPackage -FPriority standard in package lists, the following shortcut can be used: ! Packages Priority standard
2012-07-30Avoid showing message in lb config running the second time through auto on ↵Daniel Baumann
git repository based config trees.
2012-07-30Automatically update auto/config when using --config with extra options.Daniel Baumann
2012-07-30Adding messages about performing git operations when using --config.Daniel Baumann
2012-07-29Adding possibility to specify a git branch when using lb config --config.Daniel Baumann
2012-07-29Optimizing chroot package-lists handling for the cases where it's not used.Daniel Baumann
2012-07-29Also checking for dctrl-tools when assembling binary package lists.Daniel Baumann
2012-07-29Dropping global package-lists entirely, only local package lists within the ↵Daniel Baumann
config tree are support.
2012-07-29Removing chroot_task-lists, obsoleted by package lists.Daniel Baumann
2012-07-28Handling dctrl-tools temporary installation in chroot during package-lists ↵Daniel Baumann
expansion.
2012-07-28Showing a message about ignoring --config when the current directory already ↵Daniel Baumann
is a git repository.
2012-07-28Reordering auto/config in lb_config to work with bootstrapping config tree ↵Daniel Baumann
from a git repository.
2012-07-28Allowing to specify a git repository to lb_config in order to bootstrap a ↵Daniel Baumann
config tree.
2012-07-28Dropping global binary includes and moving binary local-includes to ↵Daniel Baumann
includes, just as with chroot includes and local-includes.
2012-07-19Correcting accidentally reverted check for rsvg in binary_syslinux when ↵Daniel Baumann
building non-chrooted.
2012-07-19Fixing up inclusion of functions while allowing local usage of live-build ↵Daniel Baumann
with different file layouts.
2012-07-19Making sure target directory for syslinux theme files exists when building ↵Daniel Baumann
non-chrooted.
2012-07-19Moving main executables away from scripts subdirectory.Daniel Baumann
2012-07-18Enabling security archives on wheezy.Daniel Baumann
2012-07-18Correcting some distribution specific checks to make them derivatives compliant.Daniel Baumann
2012-07-18Adding support for ntfs as binary filesystem when using syslinux.Daniel Baumann
2012-07-18Correcting freudian typo in package check for chroot filesystems ↵Daniel Baumann
dependencies in binary_rootfs.
2012-07-18Also removing zsync files in lb clean.Daniel Baumann
2012-07-18Correcting live-build and live-boot versions for splash.svg post-processing.Daniel Baumann
2012-07-18Decrufting version flag.Daniel Baumann
2012-07-18Updating splash.svg handling for unchrooted and chrooted builds.Daniel Baumann
2012-07-18Adding support for pinning preferences files in ↵Daniel Baumann
config/archives/*.pref{.chroot,.binary}.
2012-07-18Handle multiple version numbers when having more than one linux flavours for ↵Daniel Baumann
splash.svg post-processing.
2012-07-18Removing spurious lb_source_netboot, there's not such thing as a netboot ↵Daniel Baumann
specific source tarball anyway.
2012-07-18Adding xz as valid compression format.Daniel Baumann
2012-07-18Adding support for zsync control files generation, thanks to Hector Oron ↵Daniel Baumann
<hector.oron@gmail.com> for the idea and prototype.
2012-07-18Renaming net flavour to netboot for consistency.Daniel Baumann
2012-07-18Applying patch from Steven Shiau <steven@nchc.org.tw> to conditionally copy ↵Daniel Baumann
/etc/apt/secring.gpg* files.
2012-07-08Adding dynamic informations into the splash and creating the png export at ↵Daniel Baumann
build time.
2012-07-03Improving error message in lb wrapper to show the command in case of a ↵Daniel Baumann
missing command.
2012-06-27Switching from smbfs to cifs-utils (Closes: #679240).Daniel Baumann
2012-06-12Automatically include intel-microcode when building with firmware and ↵Daniel Baumann
non-free enabled.
2012-06-12Changing default binary.list filename to binary.contents to make it more ↵Daniel Baumann
explicit and not to be confused with package lists.
2012-06-06For consistency, respecting config/environment too for both chroot and ↵Daniel Baumann
binary environments (but the content of sepcific environments for either chroot or binary still has precedence over the generic one).
2012-06-06Dont assume bash when configuring chroot with QEMU.Hector Oron
Currently running second stage with QEMU on a chroot without bash fails. The following patch teaches chroot to use /bin/sh instead default /bin/bash.
2012-06-05Updating live-media checksum names for newer live-boot.Daniel Baumann
2012-06-05Removing grub-efi from d-i packages for the time being, it doesn't work ↵Daniel Baumann
correctly yet.
2012-06-04Moving local includes from auto/{functions,scripts} to ↵Daniel Baumann
local/{functions,scripts} where they belong.
2012-06-04Updating cache directory names to consistent naming scheme.Daniel Baumann
2012-06-04Making firmware package assembling a bit more robust.Daniel Baumann
2012-06-04Adding grub-efi to static list of packages for the d-i pool for amd64.Daniel Baumann
2012-06-03Renaming internal .stage to .build for consistency within the configuration ↵Daniel Baumann
tree.
2012-06-03Renaming config/binary_debian-installer-includes to ↵Daniel Baumann
config/includes.binary_debian-installer for consistency with the other include directories.
2012-05-31Allowing to use comments in config/environment.{binary,chroot}.Daniel Baumann
2012-05-31Allowing to inject variables through config/environment.binary into the ↵Daniel Baumann
binary environment.