summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2015-06-05Correcting symlinking of hooks in lb config.Daniel Baumann
2015-05-23Installing apt and dpkg updates (if any) first in derivatives mode, then ↵Daniel Baumann
doing dist-upgrade.
2015-05-20Splitting non-live specific hooks into their own subdirectory within hooks.Daniel Baumann
2015-05-18Correcting leftover reference to binary_grub in binary.Daniel Baumann
2015-05-14Removing broken samhain handling (Closes: #785264).Daniel Baumann
2015-05-04Dropping obsolete template checks within grub helpers.Daniel Baumann
2015-05-04Renaming grub helper to grub-legacy for consistency.Daniel Baumann
2015-05-04Renaming grub2 helper to grub-pc for later grub-efi addition.Daniel Baumann
2015-05-03Dropping support for upstart.Daniel Baumann
Ubuntu switched to systemd too, no point in keeping upstart support arround anymore.
2015-05-03Dropping automagics for ubuntu.Daniel Baumann
Future live-build versions will still allow to use casper, but its configuration will be done differently by a custom config tree, rather than embedded and maintenance intensive code in live-build itself.
2015-05-03Dropping automagics for casper.Daniel Baumann
Future live-build versions will still allow to use casper, but its configuration will be done differently by hooks in the config tree, rather than embedded and maintenance intensive code in live-build itself.
2015-05-02Moving hooks to hooks/live, both in live-build sources and live-build configs.Daniel Baumann
Really soon live-build will support building non-live images out-of-the-box. Therefore moving hooks into a live specific subdirectory.
2015-04-29Moving grub and grub2 templates into shared bootloader config directory.Daniel Baumann
2015-04-28Overwriting reather than appending content of autorun.inf (Closes: #777359).Daniel Baumann
2015-04-28Calling lb config in lb build to support building a all-default-image with a ↵Daniel Baumann
simple lb build (Closes: #778327).
2015-04-28Correcting wrong tar command for tarball images, thanks to Yadickson Soto ↵Daniel Baumann
<yadickson@gmail.com> (Closes: #780627).
2015-04-27Removing temporary hack to exclude prism2-usb-firmware-installer, the ↵Daniel Baumann
download homepage seems to work again (Closes: #783433).
2015-02-07Applying patch from jnqnfe <jnqnfe@gmail.com> to correct grub2 bootloader ↵Daniel Baumann
directory within the binary images (Closes: #775316).
2015-02-07Using same logic to create the source/.disk/archive_trace for ↵Daniel Baumann
binary/.disk/archive_trace too (Closes: #774200).
2015-01-26Switching to default to linux-image-586 on i386.Daniel Baumann
2015-01-25Using -iso-level 3 option for xorriso to work with image sizes beyond 4 GB ↵Daniel Baumann
(Closes: #775424).
2015-01-25Correcting typo in stagefile check for includes.chroot.Daniel Baumann
2015-01-07Adding check for isolinux build-depends in chroot.Daniel Baumann
2015-01-05Removing spurious .grep.swp temporary file in source tree.Daniel Baumann
2015-01-04Updating year in copyright notices to 2015.Daniel Baumann
2015-01-04Dropping manual include of dbus for live-config-systemd, it's a recommends now.Daniel Baumann
2015-01-04Correcting dependency checks in binary_package-lists (Closes: #774336).Daniel Baumann
2015-01-04Applying slightly modified patch from jnqnfe <jnqnfe@gmail.com> to show ↵Daniel Baumann
correct win32-loader ico file on windows (Closes: #772781).
2015-01-04Dropping some sparc leftovers (Closes: #774196).Daniel Baumann
2015-01-04Adding wget dependency in chroot_firmware.Daniel Baumann
2015-01-04Updating wget dependency in installer_debian-installer to look for wget on ↵Daniel Baumann
the host system rather than the chroot.
2015-01-04Changing package dependency checks within chroot to work outside as well.Daniel Baumann
2014-12-23Dropping cdebootstrap support (Closes: #773657).Daniel Baumann
debootstrap is the official tool to bootstrap debian, cdebootstrap has had the one or other bug making it broken for times during the release cycles. The extra effort of supporting both debootstrap and cdebootstrap is hardly worth it since the bootstrap stage is cached anyway.
2014-12-10Cleaning up from python removal (LIVE_IMAGE_PARENT_ARCHIVE_AREAS).Daniel Baumann
2014-12-10Updating misc settings for progress-linux.Daniel Baumann
2014-12-10Address "should check that we're building on debian through e.g. a ↵jnqnfe
'derivative-is-based-on' variable or somesuch" fixme.
2014-12-10Bind local repository into chroot directory.Jan Blunck
If a local repository path is given as a mirror URL lets bind it into the chroot. The local repository will be unmounted while processing "remove" or latest by the exit function.
2014-12-10Dropping support for wheezy.Daniel Baumann
2014-12-10Ugly hack to force dbus inclusion when using live-config-systemd (Closes: ↵Daniel Baumann
#769635).
2014-12-10Somewhat fixing sysvinit and casper legacy support, slightly improved patch ↵Daniel Baumann
from Rui Miguel P. Bernardo <rui.bernardo.pt@gmail.com> (Closes: #772522, #772651). This however will still not work properly building upstart based images but they have been broken/unsupported anyway since a long time.
2014-12-10Fix typo in variable name (LH_LINUX_FLAVOURS instead of LB_LINUX_FLAVOURS) ↵jnqnfe
in installer_debian-installer script, affecting the armel architecture (Closes: #770796).
2014-12-10Correcting typo in apt.conf.d directory name, thanks to jnqnfe ↵Daniel Baumann
<jnqnfe@gmail.com> (Closes: #771392).
2014-12-10Correcting stage name check in chroot_includes, thanks to jnqnfe ↵Daniel Baumann
<jnqnfe@gmail.com> (Closes: #771377).
2014-12-10Fix missing grub2 option in bootloader selection (Closes: #772671).jnqnfe
2014-12-10Fix chroot_package-lists script saving to wrong cache (Closes: #771002).jnqnfe
2014-12-10Avoid failing to autocreate live.list.chroot in lb config when using ↵Daniel Baumann
--clean, thanks to jnqnfe <jnqnfe@gmail.com> (Closes: #770637).
2014-12-10Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS).Daniel Baumann
2014-12-10Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).Daniel Baumann
2014-12-10binary_syslinux: correct the path used to check if the bootloader is available.Raphaël Hertzog
The {iso,pxe,ext,sys}linux packages use /usr/lib/{ISO,PXE,EXT,SYS}LINUX/ directories and not /share/{ISO,PXE,EXT,SYS}LINUX/.
2014-12-10Properly support empty package lists.Raphaël Hertzog
The user might not have created any package list or it might have created a packages list that end up being empty due to various #if tests. We should not fail in those cases.