summaryrefslogtreecommitdiff
path: root/scripts
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-27Moving aborting when no bootstrap tool is installed from defaults to the ↵Daniel Baumann
respective bootstrap script.
2012-08-27Removing old LB= hack when wrapper was not mandatory.Daniel Baumann
2012-08-27Calling local live-build embedded in config directly rather than to adjust path.Daniel Baumann
2012-08-27Exposing --debootstrap-options and --cdebootstrap-options publicly.Daniel Baumann
2012-08-27Applying patch from Colin Watson <cjwatson@ubuntu.com> to correct chroot ↵Daniel Baumann
hooks execution (Closes: #685534).
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-27Improving check for missing apt-ftparchive to check for the actual file, ↵Daniel Baumann
rather than to check for a possible missleading bootstrap flavour.
2012-08-24Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for ↵Daniel Baumann
consistency reasons.
2012-08-24Switching back to use the more common ${@} instead of ${*}, it's not ↵Daniel Baumann
required in current lb_clean anymore.
2012-08-14Correcting wrong path to syslinux configuration files when using live-build ↵Daniel Baumann
from a local git clone, thanks to Raphael Hertzog <hertzog@debian.org> (Closes: #684893).
2012-08-14Correcting typo in binary_syslinux when writing the flavour name to the ↵Daniel Baumann
config files (Closes: #684865).
2012-08-13Simplyfing sourcing of build.sh and getting away with the broken subshell ↵Daniel Baumann
construct.
2012-08-07Also removing binary.netboot.tar.xz before re-creating it in binary_netboot.Daniel Baumann
2012-07-31Concentrating all parted calls within lb_binary_hdd into one place in order ↵Daniel Baumann
to make things simpler.
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-30Adding shortcut helper for dctrl-tools.Daniel Baumann
This 'Packages' shortcut helper can be used for simplified usage of grep-aptavailable from dctrl-tools. Rather than needing to specify the following explicit command: ! grep-aptavail -n -sPackage -FPriority standard in package lists, the following shortcut can be used: ! Packages Priority standard
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-29Optimizing chroot package-lists handling for the cases where it's not used.Daniel Baumann
2012-07-29Also checking for dctrl-tools when assembling binary package lists.Daniel Baumann
2012-07-29Dropping global package-lists entirely, only local package lists within the ↵Daniel Baumann
config tree are support.
2012-07-29Removing chroot_task-lists, obsoleted by package lists.Daniel Baumann
2012-07-28Handling dctrl-tools temporary installation in chroot during package-lists ↵Daniel Baumann
expansion.
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-19Correcting accidentally reverted check for rsvg in binary_syslinux when ↵Daniel Baumann
building non-chrooted.
2012-07-19Fixing up inclusion of functions while allowing local usage of live-build ↵Daniel Baumann
with different file layouts.
2012-07-19Making sure target directory for syslinux theme files exists when building ↵Daniel Baumann
non-chrooted.
2012-07-19Moving main executables away from scripts subdirectory.Daniel Baumann
2012-07-18Enabling security archives on wheezy.Daniel Baumann
2012-07-18Correcting some distribution specific checks to make them derivatives compliant.Daniel Baumann
2012-07-18Adding support for ntfs as binary filesystem when using syslinux.Daniel Baumann
2012-07-18Correcting freudian typo in package check for chroot filesystems ↵Daniel Baumann
dependencies in binary_rootfs.
2012-07-18Also removing zsync files in lb clean.Daniel Baumann
2012-07-18Correcting live-build and live-boot versions for splash.svg post-processing.Daniel Baumann
2012-07-18Decrufting version flag.Daniel Baumann
2012-07-18Updating splash.svg handling for unchrooted and chrooted builds.Daniel Baumann
2012-07-18Adding support for pinning preferences files in ↵Daniel Baumann
config/archives/*.pref{.chroot,.binary}.
2012-07-18Handle multiple version numbers when having more than one linux flavours for ↵Daniel Baumann
splash.svg post-processing.
2012-07-18Removing spurious lb_source_netboot, there's not such thing as a netboot ↵Daniel Baumann
specific source tarball anyway.
2012-07-18Adding xz as valid compression format.Daniel Baumann