Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: c19b17d14ff25a86bc4b563999bfa3569344d16a
      
https://github.com/NixOS/nixpkgs/commit/c19b17d14ff25a86bc4b563999bfa3569344d16a
  Author: Ricardo M. Correia <[email protected]>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M nixos/modules/system/boot/loader/raspberrypi/builder.sh
    M nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix

  Log Message:
  -----------
  raspberryPi boot loader: fix booting Raspberry Pi 3

The Raspberry Pi 3 seems to need the .DTB file when booting the kernel,
so we must copy it to /boot when installing a new kernel.


  Commit: 123cbd40c244c84a1caebce9082aa3704be7f57c
      
https://github.com/NixOS/nixpkgs/commit/123cbd40c244c84a1caebce9082aa3704be7f57c
  Author: Ricardo M. Correia <[email protected]>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M nixos/modules/system/boot/loader/raspberrypi/builder.sh

  Log Message:
  -----------
  raspberryPi boot loader: don't remove xx-initrd files

The Raspberry Pi boot loader was deleting all xx-initrd text files
(which simply contain the path to the actual initrd files) just after
having created them. The code was actually trying to delete real,
obsolete initrd files, which are named <hash>-initrd-initrd (after path
cleaning), but the glob was catching the other files as well.


Compare: https://github.com/NixOS/nixpkgs/compare/0045f932bba0...123cbd40c244
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to