summaryrefslogtreecommitdiff
path: root/scripts/build/lb_config
AgeCommit message (Collapse)Author
2011-06-11Creating chroot_local-tasklists directory in config.Daniel Baumann
2011-06-11Removing unmaintained chroot_localization script.Daniel Baumann
The chroot_localization script did two things: * contain a hardcoded list for a couple of packages->l10n-packages * (supposed) to set the locales boot parameter correct. While the first was totally outdated and is a thing that needs to be constantly updated for changes in debian (and nobody wants to do that) and it's a broken approach anyway, the second is useless since we're using syslinux-themes packages anyway.
2011-06-11Dropping handling of --packages in order to simply things handle packages ↵Daniel Baumann
scheduled for installation through package lists only.
2011-06-03Removing unused and not really usefull bootstrap-script option (Closes: ↵Daniel Baumann
#603114). This option was not used anyway, and, it's actually not much of the business of live-build anyway. People for custom distributions that can not use the debian default scripts ship their own patched debootstrap, and then you don't need the option anymore.
2011-05-16Allow installing tasks using apt-get, and do so by default for Ubuntu ↵Colin Watson
(Closes: #626940).
2011-03-24Removing obsolete debian-backports auto-configuration.Daniel Baumann
2011-03-24Adding parent-archive-areas.Daniel Baumann
2011-03-09Adding mirror option handling for derivatives.Daniel Baumann
2011-03-09Renaming mirror options to parent mirror for handling derivatives nice in ↵Daniel Baumann
future.
2011-03-09Adding initial support for parent distribution for debian-installer.Daniel Baumann
2011-03-09Adding initial support for making initsystem configurable.Daniel Baumann
2011-03-09Updating year in hooks and script files.Daniel Baumann
2011-03-09Adding derivatives handling for progress.Daniel Baumann
2011-03-09Removing legacy support for live-initramfs.Daniel Baumann
2011-03-09Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate ↵Daniel Baumann
way to handle this.
2011-03-09Removing encryption support until we have something for current kernels again.Daniel Baumann
2011-03-09Generalizing compression handling and adding support for lzip tarballs.Daniel Baumann
2011-03-09Removing --apt-pdiff option, this doesn't belong into live-build in the ↵Daniel Baumann
first place.
2011-03-09Adding '--includes none' documentation in help and man page.Ben Armstrong
2011-03-09Updating lb config --help and man page.Ben Armstrong
2011-03-09Renaming --architecture to --architectures in preparation for multi-arch.Daniel Baumann
2011-03-09Renaming 'packages lists' to 'package lists' all over the place.Daniel Baumann
2011-03-09Replacing last occurences of lh with lb.Daniel Baumann
2011-03-09Correcting quoting of auto calls, thanks to Andreas Loibl ↵Daniel Baumann
<andreas@andreas-loibl.de>.
2011-03-09Renaming --binary-indices to --apt-indices for consistency.Daniel Baumann
2011-03-09First step in cleaning up syslinux handling by using syslinux-theme packages ↵Daniel Baumann
rather than embedded templates.
2011-03-09Updating special handling for backports.Daniel Baumann
2011-03-09Removing --binary-pool again, not ready yet.Daniel Baumann
See #598935, #598991 and and http://lists.debian.org/debian-live/2010/10/msg00079.html for details.
2011-03-09Adding option to allow using the live-media pool in live system.Daniel Baumann
2011-03-09Replacing lb_chroot_symlinks with a hook, that's more approriate.Daniel Baumann
2011-03-09Adding debian version 3.0~a1-1.Daniel Baumann
2011-03-09Updating year in manpage, hooks, script and template files.Daniel Baumann
2011-03-09Adding '--includes none' documentation in help and man page.Ben Armstrong
2011-03-09Updating lb config --help and man page.Ben Armstrong
2011-03-09Replacing last occurences of lh with lb.Daniel Baumann
2011-03-09Correcting quoting of auto calls, thanks to Andreas Loibl ↵Daniel Baumann
<andreas@andreas-loibl.de>.
2011-03-09Updating special handling for backports.Daniel Baumann
2011-03-09Adding squeeze-backports as valid distribution codename in lb_config.Daniel Baumann
2011-03-09Fixing bpo debian-maintainers.org typo (Closes: #597715).Hector Oron
2011-03-09Making rmdir calls on cleanups more robust.Daniel Baumann
2011-03-09Correcting freudian typo when reading in config files.Daniel Baumann
2011-03-09Adding support for inclusion of the debian-backports repository.Daniel Baumann
2011-03-09Correcting typo in lb_config when cleaning up auto/config.Daniel Baumann
2011-03-09Updating auto/scripts handling.Daniel Baumann
2011-03-09Avoid running helpers twice when using auto (Closes: #584884).Daniel Baumann
2011-03-09Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455).Daniel Baumann