Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-05 | archives: fix removal of chroot/root/packages.chroot package list | jnqnfe | |
Gbp-Dch: Short Closes: #952838 | |||
2020-03-05 | source: fix wrong action value for script execution | jnqnfe | |
valid values are binary|source, and source should have been used here. Gbp-Dch: Short Closes: #952837 | |||
2020-03-01 | remove another redundant file | jnqnfe | |
Originally removed in 42fb1e197607ac8920b3f8f3a583d1d540c5ae05 Accidentally restored in bc50443cf043616c7087f383e11bf85cd233c54e (Closes #952835) | |||
2020-03-01 | remove redundant file | jnqnfe | |
18e0a2f32525e5092be322272e7bf9296f050584 "rebranded live sources" which included renaming `source_debian-live` to `source_live` but accidentally left the old file in place. (Closes #952834) | |||
2020-02-17 | binary_syslinux: Acommodate LB_INITRAMFS not live-boot | David Hewitt | |
2020-01-23 | Standardize on having the GUI installation first in boot menus | Raphaël Hertzog | |
debian-cd changed it that way, we already have it that way in EFI boot, let's be consistent. | |||
2020-01-22 | Get rid of extraneous whitespace showing up in syslinux menu | Raphaël Hertzog | |
The leading space ends up in the FLAVOUR substitution in live.cfg. | |||
2019-12-19 | Update changelog for 1:20191221 releasedebian/1%20191221 | Raphaël Hertzog | |
2019-12-19 | Revert some Kali-specific change | Raphaël Hertzog | |
That change was erroneously committed as part of 44b9b0a6501476de594ce3783cea5df0c141478c | |||
2019-12-19 | Update changelog for 1:20191220 releasedebian/1%20191220 | Raphaël Hertzog | |
2019-12-19 | Switch to debhelper compat level 12 | Raphaël Hertzog | |
2019-12-19 | Bump Standards-Version to 4.4.1 | Raphaël Hertzog | |
2019-12-19 | Fix "--debian-installer cdrom" and its interaction with binary_package-lists | Raphaël Hertzog | |
apt-ftparchive is not able to differentiate between .deb and .udeb so we have to install them in different pool directories so that we can regenerate the Packages files without having the .udeb show up unexpectedly. Since binary_package-lists can overwrite the Packages files generated in installer_debian-installer we have to ensure that it also updates the Release file created formerly. Ideally we should find a way to avoid the duplication of this logic. Gbp-Dch: Full | |||
2019-12-19 | Update my email in the Maintainer fielddebian/1%20191219 | Raphaël Hertzog | |
The work I do on live-build is done as part of the work I do for Kali. | |||
2019-12-19 | Update changelog for 1:20191219 release | Raphaël Hertzog | |
2019-12-19 | Add local archive keys before configuring local package repository | John Estabrook | |
In the binary stage, chroot is restored from cache/bootstrap, which contains neither custom repo lists, nor keys. If local packages are present, chroot_archives will call 'Apt chroot update' after adding custom repo lists without adding keys. apt-get will then fail instead of warn as of apt version 1.5. Closes: #941691 | |||
2019-12-19 | Run binary_hooks after binary_grub-efi | Ronny Standtke | |
That way it becomes possible to customize grub-efi files. Closes: #940846 | |||
2019-12-19 | Support --distribution-binary and --distribution-chroot | Raphaël Hertzog | |
This makes it possible to build an image against a first distribution (--distribution-chroot) and have the resulting image point to another distribution (--distribution-binary). We can use this to build against a snapshot and have the result use the original distribution that was snapshotted. Closes: #888507 | |||
2019-12-19 | Tweak lintian overrides | Raphaël Hertzog | |
2019-12-19 | installer_debian-installer: don't mess with /var/lib/dpkg/status | Raphaël Hertzog | |
Use a similar trick as for chroot_live-packages. Relates to #944983. | |||
2019-12-19 | Set default distribution to buster | Raphaël Hertzog | |
Closes: #934495 Thanks: Алексей Шилин | |||
2019-12-19 | chroot_live-packages: use dpkg-query to see if a package is installed | Raphaël Hertzog | |
Closes: #944983 | |||
2019-12-19 | binary_package-lists: avoid messing with dpkg's status file | Raphaël Hertzog | |
Instead of emptying the file temporarily, just tell APT to use /dev/null instead of /var/lib/dpkg/status. Relates to #944983 | |||
2019-06-22 | Manpage: Update the default values of --mirror-* and --parent-mirror-* | Roland Clobus | |
2019-06-22 | Manpage: use 3rd person form when describing an option | Roland Clobus | |
2019-06-22 | Manpage: simplify the description | Roland Clobus | |
2019-06-19 | Manpage: the configuration directory (config) cannot be modified | Roland Clobus | |
2019-06-19 | Manpage: removed FIXME for the SYNOPSIS section, all options are now listed | Roland Clobus | |
2019-06-19 | Manpage: removed incorrect mentioning of the -d command line option | Roland Clobus | |
2019-06-19 | --mirror-binary* was not properly sorted | Roland Clobus | |
2019-06-19 | Manpage: Use alphabetical order for the description of the command line options | Roland Clobus | |
2019-06-19 | Manpage: typo | Roland Clobus | |
2019-06-19 | Manpage: consistent use of whitespace in the command line option list | Roland Clobus | |
2019-06-19 | Manpage: added missing \fR tags | Roland Clobus | |
2019-06-16 | Reordered the command line options to make them in alphabetical order | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --bootstrap-qemu-[arch|exclude|static] | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --loadlin | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --swap-file-path and --swap-file-size | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --firmware-binary and --firmware-chroot | Roland Clobus | |
2019-06-16 | Manpage: --parent-archive-areas uses the same argument name as 'lb config ↵ | Roland Clobus | |
--help' | |||
2019-06-16 | Manpage: --mode explicitly supports debian and progress-linux. Special ↵ | Roland Clobus | |
handling for ubuntu was dropped 2015-05-03 | |||
2019-06-16 | Manpage: Added documentation for --hdd-label, --hdd-size and ↵ | Roland Clobus | |
--hdd-partition-start | |||
2019-06-16 | Manpage: Added documentation for --image-name | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --initsystem | Roland Clobus | |
2019-06-16 | --initramfs support none and live-boot | Roland Clobus | |
2019-06-16 | Manpage: Removed references to command line options that are no longer | Roland Clobus | |
in the code: --firmware-binary --firmware-chroot --hooks --parent-mirror-chroot-updates --parent-mirror-chroot-backports --parent-mirror-binary-updates --parent-mirror-binary-backports --mirror-chroot-updates --mirror-chroot-backports --mirror-binary-updates --mirror-binary-backports --templates | |||
2019-06-16 | Manpage: Added documentation for --zsync | Roland Clobus | |
2019-06-16 | Manpage: --config synchronised to 'lb config --help' | Roland Clobus | |
2019-06-16 | Manpage: --compression also accepts xz. The default is none | Roland Clobus | |
2019-06-16 | Manpage: Added documentation for --breakpoints | Roland Clobus | |