summaryrefslogtreecommitdiff
path: root/scripts/build/lb_config
AgeCommit message (Collapse)Author
2012-08-27Dropping lb prefix from live-build scripts, not needed anymore.Daniel Baumann
Previously, we needed to keep the lb_* prefix as the scripts could also be executed standalone. Since the lb wrapper is mandatory since squeeze, we can drop this now.
2012-08-27Making build.sh sourcing more robust (Closes: #684896).Daniel Baumann
2012-08-27Exposing --debootstrap-options and --cdebootstrap-options publicly.Daniel Baumann
2012-08-27Removing bootstrap-keyring option.Daniel Baumann
2012-08-27Removing bootstrap-include and bootstrap-exclude options.Daniel Baumann
2012-08-27Removing bootstrap-flavour option (Closes: #685675).Daniel Baumann
live-build does too much magic that causes too much effort in maintaining for stuff that hardly everyone uses. Rather than 'translating' back and forth and maintaining compatibility between options of different debootstrap and cdebootstrap versions (and possibly any other in the future), it's is better to 'off-load' this to the user. For non-live specific options passed to the bootstrap tools, we'll be introducing --debootstrap-options and --cdebootstrap-options where users can specify their additional options passed to the respective bootstrap tool, rather than us maintaining them in a 'hardcoded' and selected list.
2012-08-24Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for ↵Daniel Baumann
consistency reasons.
2012-08-13Simplyfing sourcing of build.sh and getting away with the broken subshell ↵Daniel Baumann
construct.
2012-07-30Removing chroot_local-patches, too much overhead for just applying patches ↵Daniel Baumann
(notably, with -p1 enforced), hooks are more flexible anyway.
2012-07-30Updating GPL standard header in all files.Daniel Baumann
2012-07-30Avoid showing message in lb config running the second time through auto on ↵Daniel Baumann
git repository based config trees.
2012-07-30Automatically update auto/config when using --config with extra options.Daniel Baumann
2012-07-30Adding messages about performing git operations when using --config.Daniel Baumann
2012-07-29Adding possibility to specify a git branch when using lb config --config.Daniel Baumann
2012-07-29Dropping global package-lists entirely, only local package lists within the ↵Daniel Baumann
config tree are support.
2012-07-28Showing a message about ignoring --config when the current directory already ↵Daniel Baumann
is a git repository.
2012-07-28Reordering auto/config in lb_config to work with bootstrapping config tree ↵Daniel Baumann
from a git repository.
2012-07-28Allowing to specify a git repository to lb_config in order to bootstrap a ↵Daniel Baumann
config tree.
2012-07-28Dropping global binary includes and moving binary local-includes to ↵Daniel Baumann
includes, just as with chroot includes and local-includes.
2012-07-19Fixing up inclusion of functions while allowing local usage of live-build ↵Daniel Baumann
with different file layouts.
2012-07-18Adding support for ntfs as binary filesystem when using syslinux.Daniel Baumann
2012-07-18Decrufting version flag.Daniel Baumann
2012-07-18Adding xz as valid compression format.Daniel Baumann
2012-07-18Adding support for zsync control files generation, thanks to Hector Oron ↵Daniel Baumann
<hector.oron@gmail.com> for the idea and prototype.
2012-07-18Renaming net flavour to netboot for consistency.Daniel Baumann
2012-06-04Moving local includes from auto/{functions,scripts} to ↵Daniel Baumann
local/{functions,scripts} where they belong.
2012-06-03Renaming internal .stage to .build for consistency within the configuration ↵Daniel Baumann
tree.
2012-06-03Renaming config/binary_debian-installer-includes to ↵Daniel Baumann
config/includes.binary_debian-installer for consistency with the other include directories.
2012-04-27Transforming failsafe boot parameter into an own option.Daniel Baumann
2012-04-26Adding support for including firmware packages automatically within the live ↵Daniel Baumann
system.
2012-04-26Adding support for including firmware packages automatically within ↵Daniel Baumann
debian-installer.
2012-03-03Adding architecture to the output message when running lb_config.Daniel Baumann
2012-02-26Removing --username cruft, live-config bootparameters should be used via ↵Daniel Baumann
--bootappend-live.
2012-02-26Removing --hostname cruft, live-config bootparameters should be used via ↵Daniel Baumann
--bootappend-live.
2012-02-06Updating year in copyright notices for 2012.Daniel Baumann
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.