summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-30Update changelog for 1:20210330 releasedebian/1%20210330Luca Boccassi
2021-03-30security: do not append /updates from bullseye onwardLuca Boccassi
No longer required. Closes: #986148
2021-03-29Fix typo in changelogLuca Boccassi
E: live-build: possible-missing-colon-in-closes Gbp-Dch: ignore
2021-03-29Update changelog for 1:20210329 releasedebian/1%20210329Luca Boccassi
2021-03-29Add NEWS entry to notify about filesystemd.size removalLuca Boccassi
2021-03-29Removed filesystem.size for squashfs images.Roland Clobus
See for more details https://lists.debian.org/debian-live/2021/03/msg00008.html
2021-03-21Fixed handling of checksums in combination with the d-i installer.Roland Clobus
1) lb config rejected multiple checksum types 2) When using the installer, cdrom-checker requires a md5 checksum file, use 'Check the integrity of the installation media' in the installer 3) The comments in the first lines of the checksum files caused cdrom-checker to fail the integrity of the image
2021-03-11Support security for bullseye. See https://wiki.debian.org/NewInBullseye. ↵Roland Clobus
Closes #964914
2021-02-22firmwarelists.sh: Search Contents-all for firmware too.Unit 193
2021-02-18No mksquashfs progress bar if stdin is not a terminalRyan Finnie
Explicitly documented updated conditional, as "-t" is not a commonly seen shell test.
2021-02-17Use --apt-http-proxy/--apt-ftp-proxy for debootstrapRyan Finnie
2021-02-16Update changelog for 1:20210216 releasedebian/1%20210216Luca Boccassi
2021-02-16mkfs.msdos needs at most 32 bits for the -i argument.Roland Clobus
Use the hexadecimal version of SOURCE_DATE_EPOCH, limited to the lower 32 bits
2021-02-16autopkgtest: restrict to amd64 and i386 for nowLuca Boccassi
After Bullseye we can re-enable other architectures, but for now disable them so that we can get bug fixes in Bullseye.
2021-02-14Fix build on architecture without syslinuxLuca Boccassi
Don't run xorriso with -isohybrid-mbr if LB_BOOTLOADER_BIOS is not set to syslinux Closes: #982746
2021-02-10Adding symlink for udeb data for bullseyeRoland Clobus
2021-02-10lilo is not available any more in Bullseye (and newer), see #973850Roland Clobus
2021-02-10The local LIVE_BUILD wins over the system live-build for the list of udeb ↵Roland Clobus
exclusions
2021-02-10The local LIVE_BUILD wins over the system live-build for the list of udeb ↵Roland Clobus
inclusions. Only copy when the distribution is known
2021-02-04Restore_package_cache: Handle existing but empty packages directoryRyan Finnie
2021-01-30binary_syslinux: Do not modify grub theme.txt if grub/splash.png existsRyan Finnie
If grub/splash.png exists, assume the configuration editor intends to have a grub-specific splash.png, and do not modify theme.txt. But if syslinux has the only known splash.png, use it for both syslinux and grub. (This allows for a hybrid image where the grub side can have e.g. a 16:9 1920x1080 splash.png which gets grub is capable of automatically scaling, while the syslinux side has a 640x480 splash.png which effectively must be this fixed size.)
2021-01-23Reproducible fix for glibcRoland Clobus
2021-01-22Add symlinks to support kali releasesRaphaël Hertzog
2021-01-22Bump Standards-Version to 4.5.1debian/1%20210122Raphaël Hertzog
Gbp-Dch: Ignore
2021-01-22Update changelogRaphaël Hertzog
2021-01-22Get rid of deprecated needs-recommends featureRaphaël Hertzog
Instead embed the recommended packages in the Depends field following the advice from autopkgtest maintainers (and the nagging from lintian).
2021-01-22Update lintian overrideRaphaël Hertzog
Gbp-Dch: Ignore
2021-01-22Update changelog for 1:20210122 releaseRaphaël Hertzog
2021-01-21Fix a small info messageRaphaël Hertzog
2021-01-20Add arm64 udeb include filesSteev Klimaszewski
Signed-off-by: Steev Klimaszewski <steev@kali.org>
2021-01-17Bugfix: do not create /dev/lock and /dev/lock-frontendRoland Clobus
2021-01-16binary_rootfs stage: slightly lower mksquashfs nice levels (19 -> 17)Marcel Partap
.. so its priority is low, but above BOINC grid computing (19).
2021-01-16binary_rootfs stage: disable mksquashfs progress bar only in quiet modeMarcel Partap
2021-01-15binary_rootfs stage: give custom MKSQUASHFS_OPTIONS precedenceMarcel Partap
courtesy of sed -i -r '/MKSQUASHFS_OPTIONS/ s/"(\$\{.*\}) ([^"]+)"/"\2 \1"/' scripts/build/binary_rootfs
2021-01-15Apply SOURCE_DATE_EPOCH to newly generated files and create a logRoland Clobus
2021-01-15Set timestamp in embedded files of the installerRoland Clobus
2021-01-15Set timestamp embedded in EFI filesRoland Clobus
2021-01-15Use SOURCE_DATE_EPOCH for the partition-id of /boot/grub/efi.imgRoland Clobus
2021-01-15Use SOURCE_DATE_EPOCH for the partition-id of /efi.imgRoland Clobus
2021-01-15Use SOURCE_DATE_EPOCH for 'now' in .disk/infoRoland Clobus
2021-01-15Use SOURCE_DATE_EPOCH for 'now' in the boot splash imageRoland Clobus
2021-01-15SOURCE_DATE_EPOCH is always setRoland Clobus
2021-01-15Ensure that SOURCE_DATE_EPOCH is always set in all sub scripts.Roland Clobus
When SOURCE_DATE_EPOCH was already set before 'lb config', also enable UTC timestamps.
2021-01-14exit.sh: fix selinux mountpointJan Kot
2021-01-13packages.sh: check for /etc/debian_version existance rather than dpkg-query ↵Jan Kot
aviability
2021-01-13bootstrap_debootstrap: change debootstrap path to /usr/sbin/debootstrapJan Kot
As we're checking if debootstrap is present on the host machine, we should look for it in /usr/sbin and not ./bin
2021-01-13Add new manpage to the list of translatable filesRoland Clobus
2021-01-12Update changelogRaphaël Hertzog
2021-01-12Update renamed lintian tag names in lintian overrides.Raphaël Hertzog
Changes-By: lintian-brush Fixes: lintian: renamed-tag See-also: https://lintian.debian.org/tags/renamed-tag.html
2021-01-12Don't fail if one of the package lists expands to an empty listRaphaël Hertzog
When a package lists contains only packages protected by a test that doesn't match for the current run, then Expand_package_list outputs nothing and the following "grep -v" fails because it has not filtered anything. Avoid this by protecting the "grep -v" call with "|| true".