Merge pull request #305845 from abathur/resholve_0.10.5
[NixPkgs.git] / nixos / tests / installer-systemd-stage-1.nix
blob1dd55dada042a2caa34e9522e584c9977000f98a
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     gptAutoRoot
41     clevisBcachefs
42     clevisBcachefsFallback
43     ;