Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-06-16 | Matched the documentation of --checksums to the implementation in live-boot | Roland Clobus | |
2019-06-04 | Manpage: --binary-filesystem also accepts ntfs | Roland Clobus | |
2019-06-03 | Fixed a typo for --clean in 'lb config --help' | Roland Clobus | |
2019-06-03 | Mention --breakpoints in 'lb config --help' | Roland Clobus | |
2019-06-03 | Removed option --bootstrap, which is not implemented. | Roland Clobus | |
2019-06-03 | Removed option none for --apt-indices, which was removed in 3.0.2-1. | Roland Clobus | |
2019-06-03 | Do not store _QUIET in the configuration file, otherwise the overrides | Roland Clobus | |
in the command line get ignored. Adds a documentation line for the other command line options as well. | |||
2019-06-03 | Removed obsolete short command line options. | Roland Clobus | |
-f was --filesystem -l was --language -p was --package-list -e was --encryption | |||
2019-06-03 | Reenabled the command line option for colored messages for all scripts. The ↵ | Roland Clobus | |
functionality was added 2008-11-01, but was not really active. | |||
2019-06-03 | Reenabled the command line option for colored messages for lb_config. The ↵ | Roland Clobus | |
functionality was added 2008-11-01, but was not really active. | |||
2019-05-30 | Remove ldlinux.c32 for extlinux and syslinux | Matthijs Kooijman | |
Since syslinux 5.00, this file is installed into the disk root by the extlinux and syslinux installer commands. For pxelinux and isolinux, these files still need to be added manually. This is documented at: https://wiki.syslinux.org/wiki/index.php?title=Library_modules#All_Syslinux_variants_need_an_additional_ldlinux_module Keeping these unused files around is probably only confusing, so better to remove them. | |||
2019-04-21 | Readd findiso parametre to loopback.cfg generation. | adrian15 | |
2019-04-18 | Run the pipeline only for master | Roland Clobus | |
2019-04-18 | Added pipeline definition | Roland Clobus | |
2019-04-17 | Updated URL in the LB_ISO_PUBLISHER field. | Roland Clobus | |