nixpkgs/nixos/modules/tasks
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
..
filesystems nixos: generalize copy-paste from stage-1 and zfs to utils 2016-08-23 18:14:06 +00:00
bcache.nix
cpu-freq.nix modprobe service: drop kmod wrapper 2016-08-19 17:56:49 +03:00
encrypted-devices.nix nixos: apply toposort to fileSystems to support bind and move mounts 2016-08-23 18:14:05 +00:00
filesystems.nix nixos filesystems: unify early filesystems handling 2016-08-27 13:38:20 +03:00
kbd.nix kbd task: fix colors in early initrd 2016-07-24 15:08:49 +03:00
lvm.nix
network-interfaces-scripted.nix
network-interfaces-systemd.nix
network-interfaces.nix networking module: Add some missing literalExample 2016-04-25 18:15:52 +02:00
scsi-link-power-management.nix
swraid.nix
trackpoint.nix
tty-backgrounds-combine.sh