Skip to content
Snippets Groups Projects
  1. Dec 24, 2024
  2. Oct 30, 2024
  3. Oct 15, 2024
  4. Aug 07, 2024
  5. Jul 23, 2024
  6. Jul 22, 2024
  7. Jun 24, 2024
    • Brady Norander's avatar
      Add support for generating compressed depthcharge images (MR 65) · 9d3c1a81
      Brady Norander authored and Newbyte's avatar Newbyte committed
      Some chromebooks have a small kernel partition which barely fits the
      depthcharge image, and in certain cases is too small for the depthcharge
      image. Add support for compressing the kernel in the depthcharge image
      which fixes this issue. Not every chromebook supports compressed kernels,
      so a deviceinfo variable is added to specify the compression type
      (either lzma or lz4). If the variable is unset, compression will not be used.
      Verified
      9d3c1a81
  8. Jun 20, 2024
  9. Jun 18, 2024
  10. May 30, 2024
  11. May 03, 2024
  12. Apr 18, 2024
  13. Apr 17, 2024
  14. Apr 11, 2024
  15. Feb 17, 2024
  16. Feb 15, 2024
  17. Jan 26, 2024
  18. Jan 16, 2024
  19. Dec 10, 2023
  20. Nov 17, 2023
  21. Oct 26, 2023
    • methanal's avatar
      add support for hooks (MR 45) · 9a922295
      methanal authored and Clayton Craft's avatar Clayton Craft committed
      Hooks can be used to run scripts and binaries after source_*
      functions are called.
      
      Hooks are probed in two directories: /usr/share/boot-deploy/hooks and
      /etc/boot-deploy/hooks
      Unverified
      9a922295
  22. Oct 16, 2023
    • Clayton Craft's avatar
      Add support for systemd-boot · bb067202
      Clayton Craft authored
      This adds support for systemd-boot, by combining it with support for
      gummiboot (the gummiboot project turned into "systemd-boot"...). This
      also installs all available bootloaders under the relevant systemd-boot
      and gummiboot directories. That's useful because it allows something
      outside of boot-deploy to control what boot-deploy installs, without
      having to add a bunch of new logic + new deviceinfo var for it.
      
      The `generate_gummiboot` var was renamed to `generate_systemd_boot`, one
      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.
      
      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
Loading