nixpkgs/nixos/modules/system/activation
Nikolay Amiantov 6efcfe03ae 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.
2016-08-27 13:38:20 +03:00
..
activation-script.nix nixos filesystems: unify early filesystems handling 2016-08-27 13:38:20 +03:00
no-clone.nix Rewrite ‘with pkgs.lib’ -> ‘with lib’ 2014-04-14 16:26:48 +02:00
switch-to-configuration.pl switch-to-configuration: use absolute path to systemd-escape 2016-07-01 08:35:38 +02:00
top-level.nix nixos copySystemConfiguration: fix when chrooted 2016-02-28 10:08:42 +01:00