Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-01 | Add missing whitespace when concatenating multiple live.cfg syslinux files. | Daniel Baumann | |
2012-10-01 | Using menu default only once when populating syslinux configurations for ↵ | Daniel Baumann | |
more than one kernel flavour (Closes: #682957). | |||
2012-10-01 | Simplify internal replacement strings when processing syslinux configuration ↵ | Daniel Baumann | |
files. | |||
2012-10-01 | Also use .contents suffix for file list of sources images like for binary ↵ | Daniel Baumann | |
images, rather than the old .list suffix. | |||
2012-09-30 | Avoiding warnings when checking for arguments in clean. | Daniel Baumann | |
2012-09-30 | Supporting parent distribution as a variable field in archive definitions. | Daniel Baumann | |
2012-09-30 | Supporting parent distribution as a variable field in syslinux splashes. | Daniel Baumann | |
2012-09-30 | Only producing zsync files for iso and iso-hybrid images. | Daniel Baumann | |
2012-09-30 | Simplyfing clean option in lb config. | Daniel Baumann | |
2012-09-30 | Adding slightly modified patch from Adam Conrad <adconrad@ubuntu.com> to ↵ | Daniel Baumann | |
remove resolvconf artifacts. | |||
2012-09-30 | Fixing execution of binary hooks. | Colin Watson | |
2012-09-30 | If --build-with-chroot is false, run ! lines in package-lists in the host ↵ | Colin Watson | |
system. | |||
2012-09-30 | Don't turn on xz compression in mksquashfs for ubuntu builds according to ↵ | Daniel Baumann | |
Adam Conrad <adconrad@ubuntu.com>. | |||
2012-09-30 | Using i386 -generic-pae kernel flavour on Ubuntu precise. | Colin Watson | |
2012-09-30 | Switching Ubuntu from powerpc to powerpc-smp kernel. | Adam Conrad | |
2012-09-29 | Including loadlin on d-i images on amd64 and i386. | Daniel Baumann | |
2012-09-29 | Updating win32-loader inclusion handling. | Daniel Baumann | |
2012-09-26 | Removing virtual-hdd image type. | Daniel Baumann | |
Rather than a half broken image type, we'll bet our money on having proper partman recipies support implemented for hdd image types. Even if we don't make it for wheezy, it's better to not have virtual-hdd in there and tell users to use the jessie version for proper hdd images. | |||
2012-09-26 | Removing intel-microcode special handling in chroot_linux-image, microcode ↵ | Daniel Baumann | |
packages are already included automatically anyway. | |||
2012-09-26 | Renaming volatile options refering to volatile archive to updates to match ↵ | Daniel Baumann | |
current archive namings. | |||
2012-08-31 | Correcting cdebootstraps-options typo in getopt, thanks to chals ↵ | Daniel Baumann | |
<chals@altorricon.com>. | |||
2012-08-30 | Updating base-files hack for plymouth in progress mode. | Daniel Baumann | |
2012-08-27 | Dropping 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-27 | Making build.sh sourcing more robust (Closes: #684896). | Daniel Baumann | |
2012-08-27 | Moving aborting when no bootstrap tool is installed from defaults to the ↵ | Daniel Baumann | |
respective bootstrap script. | |||
2012-08-27 | Removing old LB= hack when wrapper was not mandatory. | Daniel Baumann | |
2012-08-27 | Calling local live-build embedded in config directly rather than to adjust path. | Daniel Baumann | |
2012-08-27 | Exposing --debootstrap-options and --cdebootstrap-options publicly. | Daniel Baumann | |
2012-08-27 | Applying patch from Colin Watson <cjwatson@ubuntu.com> to correct chroot ↵ | Daniel Baumann | |
hooks execution (Closes: #685534). | |||
2012-08-27 | Removing bootstrap-keyring option. | Daniel Baumann | |
2012-08-27 | Removing bootstrap-include and bootstrap-exclude options. | Daniel Baumann | |
2012-08-27 | Removing 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-27 | Improving 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-24 | Using /etc/live/build/*.conf instead of /etc/live/build.d/*.conf for ↵ | Daniel Baumann | |
consistency reasons. | |||
2012-08-24 | Switching back to use the more common ${@} instead of ${*}, it's not ↵ | Daniel Baumann | |
required in current lb_clean anymore. | |||
2012-08-14 | Correcting 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-14 | Correcting typo in binary_syslinux when writing the flavour name to the ↵ | Daniel Baumann | |
config files (Closes: #684865). | |||
2012-08-13 | Simplyfing sourcing of build.sh and getting away with the broken subshell ↵ | Daniel Baumann | |
construct. | |||
2012-08-07 | Also removing binary.netboot.tar.xz before re-creating it in binary_netboot. | Daniel Baumann | |
2012-07-31 | Concentrating all parted calls within lb_binary_hdd into one place in order ↵ | Daniel Baumann | |
to make things simpler. | |||
2012-07-30 | Removing chroot_local-patches, too much overhead for just applying patches ↵ | Daniel Baumann | |
(notably, with -p1 enforced), hooks are more flexible anyway. | |||
2012-07-30 | Updating GPL standard header in all files. | Daniel Baumann | |
2012-07-30 | Adding 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-30 | Avoid showing message in lb config running the second time through auto on ↵ | Daniel Baumann | |
git repository based config trees. | |||
2012-07-30 | Automatically update auto/config when using --config with extra options. | Daniel Baumann | |
2012-07-30 | Adding messages about performing git operations when using --config. | Daniel Baumann | |
2012-07-29 | Adding possibility to specify a git branch when using lb config --config. | Daniel Baumann | |
2012-07-29 | Optimizing chroot package-lists handling for the cases where it's not used. | Daniel Baumann | |
2012-07-29 | Also checking for dctrl-tools when assembling binary package lists. | Daniel Baumann | |
2012-07-29 | Dropping global package-lists entirely, only local package lists within the ↵ | Daniel Baumann | |
config tree are support. |