Tags give the ability to mark specific points in history as being important
-
0.17
protected462c3879 · ·0.17 Features: - Add support for prepending DHTB to boot.img (MR 67) <19atlas> - Add support for generating compressed depthcharge images (MR 65) <WeirdTreeThing> Fixes: - Flash android boot image with fastboot-bootpart if not EFI booting (MR 68) <Caleb Connolly> Other: - Improve contributing documentation (MR 62) <Clayton Craft>
-
0.16.1
protected08d14208 · ·0.16.1 Fixes: - flash_android_bootimg: check validate target partition size before flashing (MR 63) - copy target dtb to a temp directory for qcom and sprd dt.img types (MR 57) Other: - ci: add integration test for exynos qcdt (MR 57) - ci: switch to unpackbooting from osm0sis (MR 57) -
0.13
protected2860628a · ·0.13 Features: - add support for generating dt.img (MR 52) - ci: add integration tests (MR 51) - add support for using /usr/share/misc/source_deviceinfo (MR 48) - systemd: prefer vmlinuz.efi over vmlinuz (MR 47) - pick up options for root fs from fstab (MR 41) Fixes: - don't copy vmlinuz-dtb to /boot (MR 50) - place dtb in the /boot filesystem even if it's appended (MR 48) -
0.11
protectedbb067202 · ·0.11 Breaking changes: - The `generate_gummiboot` var was renamed to `generate_systemd_boot`. One project turned into the other, and the internal logic in boot-deploy will now search dirs that both gummiboot and systemd-boot are installed in. It prefers systemd-boot over gummiboot, in case both options are located on the system. Features: - Add support for systemd-boot (see "Deviceinfo changes") Deviceinfo changes: - ADDED: deviceinfo_generate_systemd_boot - Triggers installing support for systemd-boot - DROP: deviceinfo_generate_gummiboot - Use deviceinfo_generate_systemd_boot to trigger gummiboot support -
0.9
protected60c08e4d · ·0.9 Features: - boot-deploy now reads deviceinfo vars from /usr/share/deviceinfo/deviceinfo first, then /etc/deviceinfo. This allows distros to set default values, which users can override in /etc/deviceinfo (MR 29) Fixes: - crypttab entries may not be used (MR 29) Breaking Changes: - (distro packaging) OS distro customization has been moved from /etc/boot/boot-deploy to /usr/share/boot-deploy/os-customization. (MR 30) - /etc/boot/cmdline.txt is no longer used. To add kernel command line options, set the deviceinfo_kernel_cmdline_append variable in deviceinfo (MR 29) -
0.7
protected75d179f1 · ·0.7 Features: - Support mounting partitions by UUID (MR 18) - Support generating extlinux.conf and grub.cfg (MR 18) - Add config file for boot-deploy (see README.md for more info) (MR 18) - Allow users to append kernel cmdline options with /etc/boot/cmdline.txt (MR 18) - Use depthchargectl instead of mkdepthcharge (MR 17)