Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/mobile-nixos
base: b679eb93fdac
Choose a base ref
...
head repository: NixOS/mobile-nixos
compare: b09db9c43032
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 23, 2020

  1. initrd: Make compression method an option

    This is a semi-internal option. The end-user may want to change it.
    Though in reality this is aimed toward device integrators that integrate
    a device with a small boot partition.
    samueldr committed Aug 23, 2020
    Copy the full SHA
    6461b30 View commit details
    Browse the repository at this point in the history
  2. motorola-addison: Enable XZ initrd for kernel

    (And normalize kernel config)
    samueldr committed Aug 23, 2020
    Copy the full SHA
    d3eb1f8 View commit details
    Browse the repository at this point in the history
  3. motorola-addison: Compress initrd with xz

    This makes it go from ~7MiB to ~5MiB, which ends up fitting in the boot
    partition.
    samueldr committed Aug 23, 2020
    Copy the full SHA
    9e438bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #195 from samueldr-wip/feature/initrd/compression

    initrd: Make compression method an option
    samueldr committed Aug 23, 2020
    Copy the full SHA
    b09db9c View commit details
    Browse the repository at this point in the history