notes: 2.3.0 -> 2.3.1 (#352950)
[NixPkgs.git] / nixos / tests / installer-systemd-stage-1.nix
blob3b5e0ed8e7bbaeac3e9a6ef6f70ebdbd3140f609
1 { system ? builtins.currentSystem
2 , config ? {}
3 , pkgs ? import ../.. { inherit system config; }
4 }:
7   # Some of these tests don't work with systemd stage 1 yet. Uncomment
8   # them when fixed.
9   inherit (import ./installer.nix { inherit system config pkgs; systemdStage1 = true; })
10     # bcache
11     bcachefsSimple
12     bcachefsEncrypted
13     btrfsSimple
14     btrfsSubvolDefault
15     btrfsSubvolEscape
16     btrfsSubvols
17     encryptedFSWithKeyfile
18     # grub1
19     luksroot
20     luksroot-format1
21     luksroot-format2
22     lvm
23     separateBoot
24     separateBootFat
25     separateBootZfs
26     simple
27     simpleLabels
28     simpleProvided
29     simpleSpecialised
30     simpleUefiGrub
31     simpleUefiGrubSpecialisation
32     simpleUefiSystemdBoot
33     stratisRoot
34     swraid
35     zfsroot
36     clevisLuks
37     clevisLuksFallback
38     clevisZfs
39     clevisZfsFallback
40     clevisZfsParentDataset
41     clevisZfsParentDatasetFallback
42     gptAutoRoot
43     clevisBcachefs
44     clevisBcachefsFallback
45     ;