summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-19Add local archive keys before configuring local package repositoryJohn 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-19Run binary_hooks after binary_grub-efiRonny Standtke
That way it becomes possible to customize grub-efi files. Closes: #940846
2019-12-19Support --distribution-binary and --distribution-chrootRaphaë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-19Tweak lintian overridesRaphaël Hertzog
2019-12-19installer_debian-installer: don't mess with /var/lib/dpkg/statusRaphaël Hertzog
Use a similar trick as for chroot_live-packages. Relates to #944983.
2019-12-19Set default distribution to busterRaphaël Hertzog
Closes: #934495 Thanks: Алексей Шилин
2019-12-19chroot_live-packages: use dpkg-query to see if a package is installedRaphaël Hertzog
Closes: #944983
2019-12-19binary_package-lists: avoid messing with dpkg's status fileRaphaë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-22Manpage: Update the default values of --mirror-* and --parent-mirror-*Roland Clobus
2019-06-22Manpage: use 3rd person form when describing an optionRoland Clobus
2019-06-22Manpage: simplify the descriptionRoland Clobus
2019-06-19Manpage: the configuration directory (config) cannot be modifiedRoland Clobus
2019-06-19Manpage: removed FIXME for the SYNOPSIS section, all options are now listedRoland Clobus
2019-06-19Manpage: removed incorrect mentioning of the -d command line optionRoland Clobus
2019-06-19--mirror-binary* was not properly sortedRoland Clobus
2019-06-19Manpage: Use alphabetical order for the description of the command line optionsRoland Clobus
2019-06-19Manpage: typoRoland Clobus
2019-06-19Manpage: consistent use of whitespace in the command line option listRoland Clobus
2019-06-19Manpage: added missing \fR tagsRoland Clobus
2019-06-16Reordered the command line options to make them in alphabetical orderRoland Clobus
2019-06-16Manpage: Added documentation for --bootstrap-qemu-[arch|exclude|static]Roland Clobus
2019-06-16Manpage: Added documentation for --loadlinRoland Clobus
2019-06-16Manpage: Added documentation for --swap-file-path and --swap-file-sizeRoland Clobus
2019-06-16Manpage: Added documentation for --firmware-binary and --firmware-chrootRoland Clobus
2019-06-16Manpage: --parent-archive-areas uses the same argument name as 'lb config ↵Roland Clobus
--help'
2019-06-16Manpage: --mode explicitly supports debian and progress-linux. Special ↵Roland Clobus
handling for ubuntu was dropped 2015-05-03
2019-06-16Manpage: Added documentation for --hdd-label, --hdd-size and ↵Roland Clobus
--hdd-partition-start
2019-06-16Manpage: Added documentation for --image-nameRoland Clobus
2019-06-16Manpage: Added documentation for --initsystemRoland Clobus
2019-06-16--initramfs support none and live-bootRoland Clobus
2019-06-16Manpage: Removed references to command line options that are no longerRoland 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-16Manpage: Added documentation for --zsyncRoland Clobus
2019-06-16Manpage: --config synchronised to 'lb config --help'Roland Clobus
2019-06-16Manpage: --compression also accepts xz. The default is noneRoland Clobus
2019-06-16Manpage: Added documentation for --breakpointsRoland Clobus
2019-06-16Matched the documentation of --checksums to the implementation in live-bootRoland Clobus
2019-06-04Manpage: --binary-filesystem also accepts ntfsRoland Clobus
2019-06-03Fixed a typo for --clean in 'lb config --help'Roland Clobus
2019-06-03Mention --breakpoints in 'lb config --help'Roland Clobus
2019-06-03Removed option --bootstrap, which is not implemented.Roland Clobus
2019-06-03Removed option none for --apt-indices, which was removed in 3.0.2-1.Roland Clobus
2019-06-03Do not store _QUIET in the configuration file, otherwise the overridesRoland Clobus
in the command line get ignored. Adds a documentation line for the other command line options as well.
2019-06-03Removed obsolete short command line options.Roland Clobus
-f was --filesystem -l was --language -p was --package-list -e was --encryption
2019-06-03Reenabled 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-03Reenabled 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-30Remove ldlinux.c32 for extlinux and syslinuxMatthijs 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-21Readd findiso parametre to loopback.cfg generation.adrian15
2019-04-18Run the pipeline only for masterRoland Clobus
2019-04-18Added pipeline definitionRoland Clobus
2019-04-17Updated URL in the LB_ISO_PUBLISHER field.Roland Clobus