Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-06 | Updating year in copyright notices for 2012. | Daniel Baumann | |
2012-02-06 | Giving a note about what mode we are configuring, now that mode is ↵ | Daniel Baumann | |
determined automatically based on the host system. | |||
2011-11-02 | Removing --tasks leftovers in lb_config. | Daniel Baumann | |
2011-10-05 | Adding foreign bootstrap via qemu for cross arch building. | Ben Howard | |
2011-09-30 | Adding --system option to define the resulting image type to be a live ↵ | Daniel Baumann | |
system or a normal, non-live system. | |||
2011-09-28 | Renaming virtual-hdd-root-size to hdd-size in preparation of merging ↵ | Daniel Baumann | |
virtual-hdd into hdd. | |||
2011-09-28 | Using 'none' instead of 'plain' when specifying that no chroot filesystem ↵ | Daniel Baumann | |
should be used. | |||
2011-09-28 | Renaming and reworking previous chroot_local-preseed into chroot_preseed, ↵ | Daniel Baumann | |
now looking for config/preseed/*.preseed{,.chroot} files. | |||
2011-09-27 | Correcting typo in config/includes.chroot creating in lb_config, thanks to ↵ | Daniel Baumann | |
Stanislav Bogatyrev <realloc@realloc.spb.ru> for reporting it. | |||
2011-09-13 | Renaming 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-12 | Adding option for setting filesystem label on usb-hdd images. | Daniel Baumann | |
2011-09-07 | Also respect config/packages for packages to be installed in both chroot and ↵ | Daniel Baumann | |
binary. | |||
2011-09-07 | Updating lb_config for config/packages.binary. | Daniel Baumann | |
2011-09-07 | Using config/includes.binary rather than config/binary_local-includes. | Daniel Baumann | |
2011-09-07 | Renaming config/chroot_packages to config/packages.chroot. | Daniel Baumann | |
2011-09-07 | Renaming lb_chroot_local-includes into lb_chroot_includes and check for ↵ | Daniel Baumann | |
includes in config/includes.chroot. | |||
2011-08-25 | Adding support for ext4 for binary and chroot filesystem, including partial ↵ | Daniel Baumann | |
patch from Ben Howard <ben.howard@canonical.com> (Closes: #639298). | |||
2011-08-24 | Renaming --apt-source to --apt-source-archives. | Daniel Baumann | |
2011-08-24 | Introducing --apt-sources option to control if the live system should have ↵ | Daniel Baumann | |
deb-src entries in sources.list. | |||
2011-08-05 | Reverse 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-04 | Removing -r from short options in lb_config (Closes: #636208). | Daniel Baumann | |
2011-07-26 | Correcting typo in lb_config for program variable, thanks to intrigeri ↵ | Daniel Baumann | |
<intrigeri@boum.org>. | |||
2011-07-19 | Consolidating local hooks for chroot and binary into ↵ | Daniel Baumann | |
config/hooks/*.{chroot,binary}. | |||
2011-07-19 | Adding kubuntu mode in order to have different defadefault hooks enabled for ↵ | Daniel Baumann | |
ubuntu and kubuntu (needed for #630088). | |||
2011-06-17 | Adjust name of archives directory in config tree. | Daniel Baumann | |
2011-06-15 | Since 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-15 | Moving config/chroot_local-tasklists/*.list to ↵ | Daniel Baumann | |
config/task-lists/*.chroot.list, analogue to config/package-lists. | |||
2011-06-15 | Unifying 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-15 | Renaming chroot_sources script to chroot_archives for consistency with ↵ | Daniel Baumann | |
debian-policy terminology. | |||
2011-06-15 | Renaming 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-13 | Add --initramfs-compression option (Closes: #627677). | Colin Watson | |
2011-06-13 | Add --swap-file-path and --swap-file-size options (Closes: #629637). | Colin Watson | |
2011-06-11 | Creating chroot_local-tasklists directory in config. | Daniel Baumann | |
2011-06-11 | Removing 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-11 | Dropping handling of --packages in order to simply things handle packages ↵ | Daniel Baumann | |
scheduled for installation through package lists only. | |||
2011-06-03 | Removing 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-16 | Allow installing tasks using apt-get, and do so by default for Ubuntu ↵ | Colin Watson | |
(Closes: #626940). | |||
2011-03-24 | Removing obsolete debian-backports auto-configuration. | Daniel Baumann | |
2011-03-24 | Adding parent-archive-areas. | Daniel Baumann | |
2011-03-09 | Adding mirror option handling for derivatives. | Daniel Baumann | |
2011-03-09 | Renaming mirror options to parent mirror for handling derivatives nice in ↵ | Daniel Baumann | |
future. | |||
2011-03-09 | Adding initial support for parent distribution for debian-installer. | Daniel Baumann | |
2011-03-09 | Adding initial support for making initsystem configurable. | Daniel Baumann | |
2011-03-09 | Updating year in hooks and script files. | Daniel Baumann | |
2011-03-09 | Adding derivatives handling for progress. | Daniel Baumann | |
2011-03-09 | Removing legacy support for live-initramfs. | Daniel Baumann | |
2011-03-09 | Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate ↵ | Daniel Baumann | |
way to handle this. | |||
2011-03-09 | Removing encryption support until we have something for current kernels again. | Daniel Baumann | |
2011-03-09 | Generalizing compression handling and adding support for lzip tarballs. | Daniel Baumann | |
2011-03-09 | Removing --apt-pdiff option, this doesn't belong into live-build in the ↵ | Daniel Baumann | |
first place. |