Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-28 | Reordering auto/config in lb_config to work with bootstrapping config tree ↵ | Daniel Baumann | |
from a git repository. | |||
2012-07-28 | Allowing to specify a git repository to lb_config in order to bootstrap a ↵ | Daniel Baumann | |
config tree. | |||
2012-07-28 | Dropping global binary includes and moving binary local-includes to ↵ | Daniel Baumann | |
includes, just as with chroot includes and local-includes. | |||
2012-07-19 | Fixing up inclusion of functions while allowing local usage of live-build ↵ | Daniel Baumann | |
with different file layouts. | |||
2012-07-18 | Adding support for ntfs as binary filesystem when using syslinux. | Daniel Baumann | |
2012-07-18 | Decrufting version flag. | Daniel Baumann | |
2012-07-18 | Adding xz as valid compression format. | Daniel Baumann | |
2012-07-18 | Adding support for zsync control files generation, thanks to Hector Oron ↵ | Daniel Baumann | |
<hector.oron@gmail.com> for the idea and prototype. | |||
2012-07-18 | Renaming net flavour to netboot for consistency. | Daniel Baumann | |
2012-06-04 | Moving local includes from auto/{functions,scripts} to ↵ | Daniel Baumann | |
local/{functions,scripts} where they belong. | |||
2012-06-03 | Renaming internal .stage to .build for consistency within the configuration ↵ | Daniel Baumann | |
tree. | |||
2012-06-03 | Renaming config/binary_debian-installer-includes to ↵ | Daniel Baumann | |
config/includes.binary_debian-installer for consistency with the other include directories. | |||
2012-04-27 | Transforming failsafe boot parameter into an own option. | Daniel Baumann | |
2012-04-26 | Adding support for including firmware packages automatically within the live ↵ | Daniel Baumann | |
system. | |||
2012-04-26 | Adding support for including firmware packages automatically within ↵ | Daniel Baumann | |
debian-installer. | |||
2012-03-03 | Adding architecture to the output message when running lb_config. | Daniel Baumann | |
2012-02-26 | Removing --username cruft, live-config bootparameters should be used via ↵ | Daniel Baumann | |
--bootappend-live. | |||
2012-02-26 | Removing --hostname cruft, live-config bootparameters should be used via ↵ | Daniel Baumann | |
--bootappend-live. | |||
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 | |