Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-01 | Check all dependencies independent of LB_BUILD_WITH_CHROOT | Matthijs Kooijman | |
Since commit fdc9250bc (Changing package dependency checks within chroot to work outside as well), Check_package automatically checks for LB_BUILD_WITH_CHROOT and works inside as well as outside of the chroot, so no need to check LB_BUILD_WITH_CHROOT before calling them. Install_package and Remove_package are just a no-op when building without chroot, so they can also be called unconditionally. Restore_cache and Save_cache do not check LB_BUILD_WITH_CHROOT but it it should not hurt to call them when not needed (which already happened in some cases). This commit makes all Check_package calls unconditional on LB_BUILD_WITH_CHROOT. For binary_syslinux, this fixes the check (which used outdated paths outside the chroot since 7b6dfd9d1), for binary_grub-efi, binary_package-lists and chroot_package-lists this simplifies the code (but also causes the check to become package-based instead of file-based on apt-based systems), and for binary_loadlin and binary_win32-loader this adds the check outside the chroot which was previously missing. | |||
2015-05-03 | Dropping 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-04-28 | Overwriting reather than appending content of autorun.inf (Closes: #777359). | Daniel Baumann | |
2015-01-04 | Updating year in copyright notices to 2015. | Daniel Baumann | |
2015-01-04 | Applying slightly modified patch from jnqnfe <jnqnfe@gmail.com> to show ↵ | Daniel Baumann | |
correct win32-loader ico file on windows (Closes: #772781). | |||
2015-01-04 | Changing package dependency checks within chroot to work outside as well. | Daniel Baumann | |
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE). | Daniel Baumann | |
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-05-06 | Removing all references to my old email address. | Daniel Baumann | |
2013-05-06 | Fixing win32-loader.ini by including the GTK related entries. | Raphaël Hertzog | |
The check protecting their addition was wrong. Also fix the actual keys with the correct architecture instead of hardcoding i386. | |||
2013-05-06 | Dropping pre-wheezy handling for win32-loader files. | Daniel Baumann | |
2013-05-06 | Updating win32-loader.ini for wheezy. | Daniel Baumann | |
2013-05-06 | Only including gtk d-i in win32-loader config if available on the target image. | Daniel Baumann | |
2013-05-06 | Creating autorun.inf in binary_win32-loader. | Daniel Baumann | |
2013-05-06 | Updating year in all copyright notices. | Daniel Baumann | |
2013-05-06 | Moving off binary image architecture into new config tree format. | Daniel Baumann | |
2013-05-06 | Adding debian version 4.0~a1-1.debian/4.0_a1-1 | Daniel Baumann | |
2013-04-09 | Fixing win32-loader.ini by including the GTK related entries. | Raphaël Hertzog | |
The check protecting their addition was wrong. Also fix the actual keys with the correct architecture instead of hardcoding i386. | |||
2013-01-02 | Dropping pre-squeeze handling for win32-loader files. | Daniel Baumann | |
2013-01-02 | Updating win32-loader.ini for wheezy. | Daniel Baumann | |
2013-01-02 | Only including gtk d-i in win32-loader config if available on the target image. | Daniel Baumann | |
2013-01-02 | Creating autorun.inf in binary_win32-loader. | Daniel Baumann | |
2013-01-01 | Updating year in all copyright notices. | 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-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. | |||
2011-03-09 | Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455). | Daniel Baumann | |
2011-03-09 | Updating internal variables from lh to lb scheme, should be the last piece ↵ | Daniel Baumann | |
to finish the live-helper to live-build rename. | |||
2011-03-09 | Updating copyright headers for live-build. | Daniel Baumann | |
2011-03-09 | Moving /usr/share/live-helper to /usr/share/live/build. | Daniel Baumann | |
2011-03-09 | Rearranging helpers scripts in source tree. | Daniel Baumann | |