Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-29 | Update changelog for 1:20210329 releasedebian/1%20210329 | Luca Boccassi | |
2021-03-29 | Add NEWS entry to notify about filesystemd.size removal | Luca Boccassi | |
2021-03-29 | Removed filesystem.size for squashfs images. | Roland Clobus | |
See for more details https://lists.debian.org/debian-live/2021/03/msg00008.html | |||
2021-03-21 | Fixed 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-11 | Support security for bullseye. See https://wiki.debian.org/NewInBullseye. ↵ | Roland Clobus | |
Closes #964914 | |||
2021-02-22 | firmwarelists.sh: Search Contents-all for firmware too. | Unit 193 | |
2021-02-18 | No mksquashfs progress bar if stdin is not a terminal | Ryan Finnie | |
Explicitly documented updated conditional, as "-t" is not a commonly seen shell test. | |||
2021-02-17 | Use --apt-http-proxy/--apt-ftp-proxy for debootstrap | Ryan Finnie | |
2021-02-16 | Update changelog for 1:20210216 releasedebian/1%20210216 | Luca Boccassi | |
2021-02-16 | mkfs.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-16 | autopkgtest: restrict to amd64 and i386 for now | Luca 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-14 | Fix build on architecture without syslinux | Luca Boccassi | |
Don't run xorriso with -isohybrid-mbr if LB_BOOTLOADER_BIOS is not set to syslinux Closes: #982746 | |||
2021-02-10 | Adding symlink for udeb data for bullseye | Roland Clobus | |
2021-02-10 | lilo is not available any more in Bullseye (and newer), see #973850 | Roland Clobus | |
2021-02-10 | The local LIVE_BUILD wins over the system live-build for the list of udeb ↵ | Roland Clobus | |
exclusions | |||
2021-02-10 | The 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-04 | Restore_package_cache: Handle existing but empty packages directory | Ryan Finnie | |
2021-01-30 | binary_syslinux: Do not modify grub theme.txt if grub/splash.png exists | Ryan 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-23 | Reproducible fix for glibc | Roland Clobus | |
2021-01-22 | Add symlinks to support kali releases | Raphaël Hertzog | |
2021-01-22 | Bump Standards-Version to 4.5.1debian/1%20210122 | Raphaël Hertzog | |
Gbp-Dch: Ignore | |||
2021-01-22 | Update changelog | Raphaël Hertzog | |
2021-01-22 | Get rid of deprecated needs-recommends feature | Raphaël Hertzog | |
Instead embed the recommended packages in the Depends field following the advice from autopkgtest maintainers (and the nagging from lintian). | |||
2021-01-22 | Update lintian override | Raphaël Hertzog | |
Gbp-Dch: Ignore | |||
2021-01-22 | Update changelog for 1:20210122 release | Raphaël Hertzog | |
2021-01-21 | Fix a small info message | Raphaël Hertzog | |
2021-01-20 | Add arm64 udeb include files | Steev Klimaszewski | |
Signed-off-by: Steev Klimaszewski <steev@kali.org> | |||
2021-01-17 | Bugfix: do not create /dev/lock and /dev/lock-frontend | Roland Clobus | |
2021-01-16 | binary_rootfs stage: slightly lower mksquashfs nice levels (19 -> 17) | Marcel Partap | |
.. so its priority is low, but above BOINC grid computing (19). | |||
2021-01-16 | binary_rootfs stage: disable mksquashfs progress bar only in quiet mode | Marcel Partap | |
2021-01-15 | binary_rootfs stage: give custom MKSQUASHFS_OPTIONS precedence | Marcel Partap | |
courtesy of sed -i -r '/MKSQUASHFS_OPTIONS/ s/"(\$\{.*\}) ([^"]+)"/"\2 \1"/' scripts/build/binary_rootfs | |||
2021-01-15 | Apply SOURCE_DATE_EPOCH to newly generated files and create a log | Roland Clobus | |
2021-01-15 | Set timestamp in embedded files of the installer | Roland Clobus | |
2021-01-15 | Set timestamp embedded in EFI files | Roland Clobus | |
2021-01-15 | Use SOURCE_DATE_EPOCH for the partition-id of /boot/grub/efi.img | Roland Clobus | |
2021-01-15 | Use SOURCE_DATE_EPOCH for the partition-id of /efi.img | Roland Clobus | |
2021-01-15 | Use SOURCE_DATE_EPOCH for 'now' in .disk/info | Roland Clobus | |
2021-01-15 | Use SOURCE_DATE_EPOCH for 'now' in the boot splash image | Roland Clobus | |
2021-01-15 | SOURCE_DATE_EPOCH is always set | Roland Clobus | |
2021-01-15 | Ensure 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-14 | exit.sh: fix selinux mountpoint | Jan Kot | |
2021-01-13 | packages.sh: check for /etc/debian_version existance rather than dpkg-query ↵ | Jan Kot | |
aviability | |||
2021-01-13 | bootstrap_debootstrap: change debootstrap path to /usr/sbin/debootstrap | Jan 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-13 | Add new manpage to the list of translatable files | Roland Clobus | |
2021-01-12 | Update changelog | Raphaël Hertzog | |
2021-01-12 | Update 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-12 | Don't fail if one of the package lists expands to an empty list | Raphaë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". | |||
2021-01-11 | Preserve timestamps | Roland Clobus | |
2021-01-08 | Add 'unstable' as a valid distribution and link to sid. | Unit 193 | |
2021-01-01 | Bugfix: Fix grub.cfg pc/ENABLE_MEMTEST check | Ryan Finnie | |
Grub [ uses "-a", not "&&". |