Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6efcfe03ae4ef426b77a6827243433b5296613a4
      
https://github.com/NixOS/nixpkgs/commit/6efcfe03ae4ef426b77a6827243433b5296613a4
  Author: Nikolay Amiantov <[email protected]>
  Date:   2016-08-27 (Sat, 27 Aug 2016)

  Changed paths:
    M nixos/modules/security/hidepid.nix
    M nixos/modules/system/activation/activation-script.nix
    M nixos/modules/system/boot/stage-1-init.sh
    M nixos/modules/system/boot/stage-1.nix
    M nixos/modules/system/boot/stage-2-init.sh
    M nixos/modules/system/boot/stage-2.nix
    M nixos/modules/tasks/filesystems.nix

  Log Message:
  -----------
  nixos filesystems: unify early filesystems handling

A new internal config option `fileSystems.<name>.early` is added to indicate
that the filesystem needs to be loaded very early (i.e. in initrd). They are
transformed to a shell script in `system.build.earlyMountScript` with calls to
an undefined `specialMount` function, which is expected to be caller-specific.
This option is used by stage-1, stage-2 and activation script to set up and
remount those filesystems.  Options for them are updated according to systemd
defaults.


  Commit: 509733a34393b5cb15dbb04ed597e069e08d345a
      
https://github.com/NixOS/nixpkgs/commit/509733a34393b5cb15dbb04ed597e069e08d345a
  Author: Nikolay Amiantov <[email protected]>
  Date:   2016-08-30 (Tue, 30 Aug 2016)

  Changed paths:
    M nixos/modules/security/hidepid.nix
    M nixos/modules/system/activation/activation-script.nix
    M nixos/modules/system/boot/stage-1-init.sh
    M nixos/modules/system/boot/stage-1.nix
    M nixos/modules/system/boot/stage-2-init.sh
    M nixos/modules/system/boot/stage-2.nix
    M nixos/modules/tasks/filesystems.nix

  Log Message:
  -----------
  Merge pull request #17822 from abbradar/systemd-mounts

nixos filesystems: unify special filesystems handling


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

Reply via email to