summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary
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-24Switching back to use the more common ${@} instead of ${*}, it's not ↵Daniel Baumann
required in current lb_clean anymore.
2012-08-13Simplyfing sourcing of build.sh and getting away with the broken subshell ↵Daniel Baumann
construct.
2012-07-30Updating GPL standard header in all files.Daniel Baumann
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 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-03Renaming internal .stage to .build for consistency within the configuration ↵Daniel Baumann
tree.
2012-02-06Updating year in copyright notices for 2012.Daniel Baumann
2012-02-06Renaming forgotten binary_packagelists to binary_package-lists to match the ↵Daniel Baumann
rest of lb.
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-07Renaming forgotten lb_binary_local-packagelists to lb_binary_packagelists.Daniel Baumann
2011-09-07Completing the restoring of the outer chroot when building in chrooted to ↵Daniel Baumann
not taint subsequent rebuilds of the binary stage with leftovers from the initial lb_binary_rootfs (Closes: #620953).
2011-08-24Introducing --apt-sources option to control if the live system should have ↵Daniel Baumann
deb-src entries in sources.list.
2011-08-08Removing left-over mentioning of lb_binary_local-hooks instead of ↵Daniel Baumann
lb_binary_hooks in lb_binary.
2011-06-15Renaming chroot_sources script to chroot_archives for consistency with ↵Daniel Baumann
debian-policy terminology.
2011-05-21Fix duplicate deconfiguration of apt, upstart, and sysv-rc if ↵Colin Watson
build-with-chroot is false (Closes: #627406).
2011-03-09Updating year in hooks and script files.Daniel Baumann
2011-03-09Removing encryption support until we have something for current kernels again.Daniel Baumann
2011-03-09Renaming 'packages lists' to 'package lists' all over the place.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-09Also populating config tree automatically when calling other top-level ↵Daniel Baumann
commands apart from lb_build.
2011-03-09Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455).Daniel Baumann