summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2012-11-02Workarounding recent archive changes wrt/ content files until #692111 is fixed.Daniel Baumann
2012-11-01Correcting typos in aptitude-options name in lb config, thanks to Frank Gard ↵Daniel Baumann
<frank@familie-gard.de> (Closes: #691930).
2012-10-31Removing debconf-nowarnings option, doesn't provide any advantage to disable ↵Daniel Baumann
this option in the first place.
2012-10-31Also supporting the other way around: removing systemd from a bootstrap and ↵Daniel Baumann
switching to sysvinit for those distributions that default to systemd.
2012-10-31Making sysvinit removal on systemd systems conditional, newer bootstraps ↵Daniel Baumann
might not always pull in sysvinit packages anymore.
2012-10-29Removing sysvinit when building images with systemd.Daniel Baumann
2012-10-28Shortening initsystem specific hacks for wheezy, systemd on squeeze never ↵Daniel Baumann
was really supported anyway.
2012-10-27Removing cruft line breaks in bailout messages for bootstrap tools.Daniel Baumann
2012-10-26Removing workaround for #657560 where we had to temporarily include bzip2 ↵Daniel Baumann
into the bootstrapped chroot to avoid sids apt failing on mirrors with bzip2 indices only.
2012-10-25Removing unecessary removal of apt preferences.Daniel Baumann
When we rebuild an image with changed local archives, we would preferably remove the already existing preferences files. However, there's no way to make sure that we remove enough or too much, hence we don't remove any at all and stay with the dogma: "If you change something in the config tree affecting $stage, you need to rebuild that stage from scratch." So for pinning changes for local archives, this means, since it's affecting the chroot stage, we'll have to rebuild the chroot stage: "lb clean --chroot && lb chroot"
2012-10-25Renaming progress mode to progress-linux to match the used naming scheme.Daniel Baumann
2012-10-24Addin missing comma in the long debootstrap-options that caused an ↵chals
unrecognized option message.
2012-10-22Renaming config/includes.binary_debian-installer to simply ↵Daniel Baumann
config/includes.debian-installer.
2012-10-22Renaming config/binary_rootfs to simply config/rootfs.Daniel Baumann
2012-10-22Avoid creating old left-over directory for custom syslinux splash handing ↵Daniel Baumann
from within the config tree in lb_config.
2012-10-22Removing support for local grub/grub2 splash image and config manipulations, ↵Daniel Baumann
custom templates should be used instead. Rather than doing all the heavy lifting in live-build that nobody really uses and which is quite inflexible, users should (in line with the syslinux handling) either stick with the default grub configurations, or, supply a custom one to live-build, rather than partial/single files only.
2012-10-22Renaming config/binary_debian-installer to simply config/debian-installer.Daniel Baumann
2012-10-22Renaming config/chroot_apt to simply config/apt.Daniel Baumann
Eventually lb_chroot_apt will be folded into chroot_archives but that's left for after wheezy.
2012-10-22Renaming local/scripts to local/bin for executables overriding not just lb ↵Daniel Baumann
scripts, but any command during live-build runs.
2012-10-22Removing local/functions functionality, it's not really usefull anyway.Daniel Baumann
2012-10-22Removing some left-overs from bootstrap-copy removal in lb config.Daniel Baumann
2012-10-08Correcting variable handling for --bootappend-live-failsafe in lb config.Daniel Baumann
2012-10-04Making failsafe boot parameters fully customizable like the normal ones.Daniel Baumann
2012-10-03Allowing to include multiple kernel images but menu entry is generated only ↵Michal Suchanek
for one.
2012-10-03Removing unsupported and unsupportable bootstrap_copy.Daniel Baumann
2012-10-01Add missing whitespace when concatenating multiple live.cfg syslinux files.Daniel Baumann
2012-10-01Using menu default only once when populating syslinux configurations for ↵Daniel Baumann
more than one kernel flavour (Closes: #682957).
2012-10-01Simplify internal replacement strings when processing syslinux configuration ↵Daniel Baumann
files.
2012-10-01Also use .contents suffix for file list of sources images like for binary ↵Daniel Baumann
images, rather than the old .list suffix.
2012-09-30Avoiding warnings when checking for arguments in clean.Daniel Baumann
2012-09-30Supporting parent distribution as a variable field in archive definitions.Daniel Baumann
2012-09-30Supporting parent distribution as a variable field in syslinux splashes.Daniel Baumann
2012-09-30Only producing zsync files for iso and iso-hybrid images.Daniel Baumann
2012-09-30Simplyfing clean option in lb config.Daniel Baumann
2012-09-30Adding slightly modified patch from Adam Conrad <adconrad@ubuntu.com> to ↵Daniel Baumann
remove resolvconf artifacts.
2012-09-30Fixing execution of binary hooks.Colin Watson
2012-09-30If --build-with-chroot is false, run ! lines in package-lists in the host ↵Colin Watson
system.
2012-09-30Don't turn on xz compression in mksquashfs for ubuntu builds according to ↵Daniel Baumann
Adam Conrad <adconrad@ubuntu.com>.
2012-09-30Using i386 -generic-pae kernel flavour on Ubuntu precise.Colin Watson
2012-09-30Switching Ubuntu from powerpc to powerpc-smp kernel.Adam Conrad
2012-09-29Including loadlin on d-i images on amd64 and i386.Daniel Baumann
2012-09-29Updating win32-loader inclusion handling.Daniel Baumann
2012-09-26Removing 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-26Removing intel-microcode special handling in chroot_linux-image, microcode ↵Daniel Baumann
packages are already included automatically anyway.
2012-09-26Renaming volatile options refering to volatile archive to updates to match ↵Daniel Baumann
current archive namings.
2012-08-31Correcting cdebootstraps-options typo in getopt, thanks to chals ↵Daniel Baumann
<chals@altorricon.com>.
2012-08-30Updating base-files hack for plymouth in progress mode.Daniel Baumann
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.