summaryrefslogtreecommitdiff
path: root/scripts/build/lb_config
AgeCommit message (Collapse)Author
2011-08-25Adding support for ext4 for binary and chroot filesystem, including partial ↵Daniel Baumann
patch from Ben Howard <ben.howard@canonical.com> (Closes: #639298).
2011-08-24Renaming --apt-source to --apt-source-archives.Daniel Baumann
2011-08-24Introducing --apt-sources option to control if the live system should have ↵Daniel Baumann
deb-src entries in sources.list.
2011-08-05Reverse keywords in suffix of the package list files for consistency.Daniel Baumann
Previously, config/package-lists/foo.{binary,chroot}.list was used, now we use config/package-lists/foo.list.{binary,chroot}. That way, we're using the same single suffix for all files to make them specific for either binary and chroot, rather than having an exception to the rule for package list files.
2011-08-04Removing -r from short options in lb_config (Closes: #636208).Daniel Baumann
2011-07-26Correcting typo in lb_config for program variable, thanks to intrigeri ↵Daniel Baumann
<intrigeri@boum.org>.
2011-07-19Consolidating local hooks for chroot and binary into ↵Daniel Baumann
config/hooks/*.{chroot,binary}.
2011-07-19Adding kubuntu mode in order to have different defadefault hooks enabled for ↵Daniel Baumann
ubuntu and kubuntu (needed for #630088).
2011-06-17Adjust name of archives directory in config tree.Daniel Baumann
2011-06-15Since we don't have global packages anymore, renaming ↵Daniel Baumann
lb_chroot_local-packages to lb_chroot_packages and config/chroot_local-packages to config/chroot_packages.
2011-06-15Moving config/chroot_local-tasklists/*.list to ↵Daniel Baumann
config/task-lists/*.chroot.list, analogue to config/package-lists.
2011-06-15Unifying config/chroot_local-packagelists and config/binary_local-packagelists.Daniel Baumann
Rather than using config/chroot_local-packagelists/*.list and config/binary_local-packagelists/*.list, we're simply using config/package-lists/*.chroot.list and config/package-lists/*.binary.list.
2011-06-15Renaming chroot_sources script to chroot_archives for consistency with ↵Daniel Baumann
debian-policy terminology.
2011-06-15Renaming repositories option to archives for consistency with debian-policy ↵Daniel Baumann
terminology. In order to be consistent with terminology used in debian-policy, we've always tried to use the same names for the same things. The repository option is one of the last things that were too late in squeeze release cycle to be renamed in time.
2011-06-13Add --initramfs-compression option (Closes: #627677).Colin Watson
2011-06-13Add --swap-file-path and --swap-file-size options (Closes: #629637).Colin Watson
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