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/nixpkgs
base: 7c819989f999
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6bc2d30ee327
Choose a head ref
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 16, 2019

  1. sd-image: Moves /boot into rootfs

    The current FAT32 partition is kept as it is required for the Raspberry
    Pi family of hardware. It is where the firmware is kept.
    
    The partition is kept bootable, and the boot files kept in there until
    the following commits, to keep all commits of this series individually
    bootable.
    samueldr committed Jun 16, 2019
    Copy the full SHA
    6e9e78b View commit details
    Browse the repository at this point in the history
  2. make-ext4-fs: Allows populating with custom files

    This will allow adding /boot files to the rootfs.
    samueldr committed Jun 16, 2019
    Copy the full SHA
    a0aff40 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    53884e1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8634d57 View commit details
    Browse the repository at this point in the history
  5. sd-image: Updates comments

    samueldr committed Jun 16, 2019
    Copy the full SHA
    1843e00 View commit details
    Browse the repository at this point in the history
  6. sd-image: Pull less slack in the image by accounting for slack

    The slack, seemingly, accounted for more than the minimum required for
    slack plus the two partitions.
    
    This change makes the gap a somewhat abstracted amount, but is not
    configurable within the derivation.
    samueldr committed Jun 16, 2019
    Copy the full SHA
    c113c09 View commit details
    Browse the repository at this point in the history
  7. sd-image: Adds removed options for removed options

    This will keep configuration configuring the size of the /boot partition
    still build, while showing the deprecation warning.
    
    In 99.9% of cases I assume ignoring the configuration is better, as the
    sd-image builder already is pretty opinionated in that matter.
    samueldr committed Jun 16, 2019
    Copy the full SHA
    288118c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Merge pull request #62462 from samueldr/sd-image/fat-free

    sd-image: FAT free /boot
    samueldr committed Jun 24, 2019
    Copy the full SHA
    6bc2d30 View commit details
    Browse the repository at this point in the history