Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6d176afe5e3664e2a522afcc59c5dc3a5b40c455
      
https://github.com/NixOS/nixpkgs/commit/6d176afe5e3664e2a522afcc59c5dc3a5b40c455
  Author: Tuomas Tynkkynen <[email protected]>
  Date:   2015-05-17 (Sun, 17 May 2015)

  Changed paths:
    M nixos/modules/module-list.nix
    A nixos/modules/system/boot/loader/generic-extlinux-compatible/default.nix
    A 
nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.nix
    A 
nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.sh

  Log Message:
  -----------
  generic-extlinux-compatible: Add new bootloader for ARM

This module generates a /boot/extlinux/extlinux.conf bootloader
configuration file that is supported by e.g. U-Boot:

http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.distro;hb=refs/heads/master

With this, all ARM boards supported by U-Boot can be booted in a common
way (a single boot file generator, all boards booting via initrd like
x86) and with same boot menu functionality as GRUB has.

-- sample extlinux.conf file --
# Generated file, all changes will be lost on nixos-rebuild!

# Change this to e.g. nixos-42 to temporarily boot to an older configuration.
DEFAULT nixos-default

TIMEOUT 50

LABEL nixos-default
  MENU LABEL NixOS - Default
  LINUX ../nixos/n7vxfk60nb5h0mcbhkwwxhcz2q2nvxzv-linux-4.1.0-rc3-cpufreq-zImage
  INITRD ../nixos/0ss2zs8sb6d1qn4gblxpwlxkfjsgs5f0-initrd-initrd
  FDTDIR ../nixos/n7vxfk60nb5h0mcbhkwwxhcz2q2nvxzv-linux-4.1.0-rc3-cpufreq-dtbs
  APPEND 
systemConfig=/nix/store/469qvr43ln8bfsnk5lzcz6m6jfcgdd4r-nixos-15.06.git.0b7a7a6M
 init=/nix/store/469qvr43ln8bfsnk5lzcz6m6jfcgdd4r-nixos-15.06.git.0b7a7a6M/init 
loglevel=8 console=ttyS0,115200n8 drm.debug=0xf

LABEL nixos-71
  MENU LABEL NixOS - Configuration 71 (2015-05-17 21:32 - 15.06.git.0b7a7a6M)
  LINUX ../nixos/n7vxfk60nb5h0mcbhkwwxhcz2q2nvxzv-linux-4.1.0-rc3-cpufreq-zImage
  INITRD ../nixos/0ss2zs8sb6d1qn4gblxpwlxkfjsgs5f0-initrd-initrd
  FDTDIR ../nixos/n7vxfk60nb5h0mcbhkwwxhcz2q2nvxzv-linux-4.1.0-rc3-cpufreq-dtbs
  APPEND 
systemConfig=/nix/store/469qvr43ln8bfsnk5lzcz6m6jfcgdd4r-nixos-15.06.git.0b7a7a6M
 init=/nix/store/469qvr43ln8bfsnk5lzcz6m6jfcgdd4r-nixos-15.06.git.0b7a7a6M/init 
loglevel=8 console=ttyS0,115200n8 drm.debug=0xf


  Commit: bcfa84cae2a51c04f60dcf635cc5b42cb5d58468
      
https://github.com/NixOS/nixpkgs/commit/bcfa84cae2a51c04f60dcf635cc5b42cb5d58468
  Author: viric <[email protected]>
  Date:   2015-05-22 (Fri, 22 May 2015)

  Changed paths:
    M nixos/modules/module-list.nix
    A nixos/modules/system/boot/loader/generic-extlinux-compatible/default.nix
    A 
nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.nix
    A 
nixos/modules/system/boot/loader/generic-extlinux-compatible/extlinux-conf-builder.sh

  Log Message:
  -----------
  Merge pull request #7878 from dezgeg/pr-extlinux

generic-extlinux-compatible: Add new bootloader for ARM


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

Reply via email to