Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-16 | Minor updates to lb_config and its manual page | Raphaël Hertzog | |
* Update the manual page with the missiong --bootappend-live-failsafe option. * Keep supporting the former --bootloader (without s). | |||
2016-11-28 | Support “lb config --debootstrap-script <script>” | Raphaël Hertzog | |
This option lets you use an alternate bootstrap script when running debootstrap. Thanks to Sjoerd Simons <sjoerd@debian.org> for the initial patch. Closes: #790033 | |||
2015-09-23 | Old BIOS: start partition at specific place | Maximilian Mehnert | |
Some BIOSes dont't boot from partitions starting at sector 1024. Some are even more peculiar and only start from sector 63. This patch adds an option for the binary_hdd target to manually configure the partition start. | |||
2015-08-29 | Multi bootloader support | Adrian Gibanel Lopez | |
Note: OLDIFS use makes IFS to be reset to "" instead to it being unset. Either we need to detect if old IFS was unset to unset it or we need a proper way of setting it as a local variable. Even more IFS it's not currently used in Check_package (which it's called from: binary_hdd). we should have a clean way of resetting/unsetting IFS when calling Check_package. The other approach it's to explicitly define IFS with its default value in the places inside live-build code where we implicitly suppose that it's going to have its default value. | |||
2015-06-05 | Correcting symlinking of hooks in lb config. | Daniel Baumann | |
2015-05-20 | Splitting non-live specific hooks into their own subdirectory within hooks. | Daniel Baumann | |
2015-05-04 | Renaming grub helper to grub-legacy for consistency. | Daniel Baumann | |
2015-05-04 | Renaming grub2 helper to grub-pc for later grub-efi addition. | Daniel Baumann | |
2015-05-03 | Dropping support for upstart. | Daniel Baumann | |
Ubuntu switched to systemd too, no point in keeping upstart support arround anymore. | |||
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-05-03 | Dropping 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-02 | Moving 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-29 | Moving grub and grub2 templates into shared bootloader config directory. | Daniel Baumann | |
2015-01-04 | Updating year in copyright notices to 2015. | Daniel Baumann | |
2015-01-04 | Dropping manual include of dbus for live-config-systemd, it's a recommends now. | Daniel Baumann | |
2014-12-23 | Dropping 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-10 | Cleaning up from python removal (LIVE_IMAGE_PARENT_ARCHIVE_AREAS). | Daniel Baumann | |
2014-12-10 | Dropping support for wheezy. | Daniel Baumann | |
2014-12-10 | Ugly hack to force dbus inclusion when using live-config-systemd (Closes: ↵ | Daniel Baumann | |
#769635). | |||
2014-12-10 | Somewhat 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-10 | Fix missing grub2 option in bootloader selection (Closes: #772671). | jnqnfe | |
2014-12-10 | Avoid failing to autocreate live.list.chroot in lb config when using ↵ | Daniel Baumann | |
--clean, thanks to jnqnfe <jnqnfe@gmail.com> (Closes: #770637). | |||
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS). | Daniel Baumann | |
2014-12-10 | Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE). | Daniel Baumann | |
2014-09-09 | Making populating of live.chroot.list distribution specific. | Daniel Baumann | |
2014-09-04 | Creating live.list.chroot with live packages in config. | Daniel Baumann | |
2014-08-28 | Moving partial python rewrite to separate branch, let's do it in the ↵ | Daniel Baumann | |
jessie+1 cycle rather than go with the current mixed code. | |||
2014-04-25 | Failing in lb config when config wasn't initialized first with lb init ↵ | Daniel Baumann | |
(Closes: #744365). | |||
2014-02-08 | Updating copyright notices for 2014. | Daniel Baumann | |
2013-11-06 | Moving live-build development disclaimer message from lb-config to lb-init. | Daniel Baumann | |
2013-11-06 | Moving bootstrapping of derivative archive-keys from config to init. | Daniel Baumann | |
2013-11-05 | Adding initial stub for lb init. | Daniel Baumann | |
In the past, we had lb config for both creating a configuration directory and updating settings in there. With the rewrite in Python, we're now changing this finally to the more sane 'init' (create initial 'sample' configuration directory tree, taking most arguments that lb config did) and 'config' which will only be a get/set program to work on top of an already initialized configuration tree. | |||
2013-11-05 | Dropping chroot_live-packages by moving logic outside of live-build into the ↵ | Daniel Baumann | |
config directory. | |||
2013-11-04 | Creating all includes directories in config. | Daniel Baumann | |
2013-11-04 | Stuffing bootstrapping of archive-keys for derivatives into lb_config, it's ↵ | Daniel Baumann | |
not a runtime thing and its logic should not be embedded in live-build but the config directory. | |||
2013-11-03 | Automatically symlink hooks upon creation of the configuration tree. | Daniel Baumann | |
2013-10-23 | Dropping incomplete and not really supported exposed root mode. | Daniel Baumann | |
This might come back in future if there's demand for it and the base is sufficiently cleaned up first. | |||
2013-10-17 | Adding note about outdated/unsupported versions in general ↵ | Daniel Baumann | |
develop-ment-version warning message. | |||
2013-10-17 | Making warning about alpha version of live-build in lb_config conditional on ↵ | Daniel Baumann | |
the internal version. | |||
2013-08-07 | Correcting wrong defaults setting for parent distribution in config/build. | Daniel Baumann | |
2013-06-25 | Dropping global archive definitions shipped in ↵ | Daniel Baumann | |
/usr/share/live/build/archives (same as with packagelists, hidden archive 'magic' is gone now in favour of explicit config tree configuration). | |||
2013-06-24 | Using includes.installer instead of includes.debian-installer. | Daniel Baumann | |
2013-05-06 | Dropping now unused intermediate config/image. | Daniel Baumann | |
2013-05-06 | Temporary hack for lb config to produce config/build until stuff is cleaned ↵ | Daniel Baumann | |
up properly. | |||
2013-05-06 | Removing dedicated emdebian mode, this can entirely be handled with ↵ | Daniel Baumann | |
different defaults. | |||
2013-05-06 | Renaming config/control to config/image. | Daniel Baumann | |
2013-05-06 | Dropping dedicated updates (formerly volatile) mirror handling, not needed ↵ | Daniel Baumann | |
anymore. | |||
2013-05-06 | Dropping dedicated backports mirror handling, not needed anymore with the ↵ | Daniel Baumann | |
move of backports.d.o into ftp.d.o. | |||
2013-05-06 | Removing all references to my old email address. | Daniel Baumann | |
2013-05-06 | Making messages about reading system conffiles in lb config more accurate. | Daniel Baumann | |