summaryrefslogtreecommitdiff
path: root/scripts/build/lb_config
AgeCommit message (Collapse)Author
2012-02-06Giving a note about what mode we are configuring, now that mode is ↵Daniel Baumann
determined automatically based on the host system.
2011-11-02Removing --tasks leftovers in lb_config.Daniel Baumann
2011-10-05Adding foreign bootstrap via qemu for cross arch building.Ben Howard
2011-09-30Adding --system option to define the resulting image type to be a live ↵Daniel Baumann
system or a normal, non-live system.
2011-09-28Renaming virtual-hdd-root-size to hdd-size in preparation of merging ↵Daniel Baumann
virtual-hdd into hdd.
2011-09-28Using 'none' instead of 'plain' when specifying that no chroot filesystem ↵Daniel Baumann
should be used.
2011-09-28Renaming and reworking previous chroot_local-preseed into chroot_preseed, ↵Daniel Baumann
now looking for config/preseed/*.preseed{,.chroot} files.
2011-09-27Correcting typo in config/includes.chroot creating in lb_config, thanks to ↵Daniel Baumann
Stanislav Bogatyrev <realloc@realloc.spb.ru> for reporting it.
2011-09-13Renaming usb-hdd binary image type to simply hdd.Daniel Baumann
This is the first step in conglomerating code for all hdd-ish image types, independent of the partitioning scheme being used, and adding future hdd-ish image types for virtualiziation software.
2011-09-12Adding option for setting filesystem label on usb-hdd images.Daniel Baumann
2011-09-07Also respect config/packages for packages to be installed in both chroot and ↵Daniel Baumann
binary.
2011-09-07Updating lb_config for config/packages.binary.Daniel Baumann
2011-09-07Using config/includes.binary rather than config/binary_local-includes.Daniel Baumann
2011-09-07Renaming config/chroot_packages to config/packages.chroot.Daniel Baumann
2011-09-07Renaming lb_chroot_local-includes into lb_chroot_includes and check for ↵Daniel Baumann
includes in config/includes.chroot.
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