2022-04-17 23:24:13 +02:00
|
|
|
{ system ? builtins.currentSystem
|
|
|
|
, config ? {}
|
|
|
|
, pkgs ? import ../.. { inherit system config; }
|
|
|
|
}:
|
|
|
|
|
|
|
|
{
|
|
|
|
# Some of these tests don't work with systemd stage 1 yet. Uncomment
|
|
|
|
# them when fixed.
|
|
|
|
inherit (import ./installer.nix { inherit system config pkgs; systemdStage1 = true; })
|
|
|
|
# bcache
|
2023-10-21 17:56:47 +02:00
|
|
|
bcachefsSimple
|
|
|
|
bcachefsEncrypted
|
2022-10-31 15:31:10 +01:00
|
|
|
btrfsSimple
|
|
|
|
btrfsSubvolDefault
|
|
|
|
btrfsSubvolEscape
|
|
|
|
btrfsSubvols
|
2023-10-23 23:40:34 +02:00
|
|
|
encryptedFSWithKeyfile
|
2022-04-17 23:24:13 +02:00
|
|
|
# grub1
|
2023-10-23 23:40:34 +02:00
|
|
|
luksroot
|
|
|
|
luksroot-format1
|
|
|
|
luksroot-format2
|
2022-04-17 23:24:13 +02:00
|
|
|
# lvm
|
|
|
|
separateBoot
|
|
|
|
separateBootFat
|
2023-03-24 19:16:24 +01:00
|
|
|
separateBootZfs
|
2022-04-17 23:24:13 +02:00
|
|
|
simple
|
|
|
|
simpleLabels
|
|
|
|
simpleProvided
|
|
|
|
simpleSpecialised
|
|
|
|
simpleUefiGrub
|
|
|
|
simpleUefiGrubSpecialisation
|
|
|
|
simpleUefiSystemdBoot
|
2023-05-07 18:47:44 +02:00
|
|
|
stratisRoot
|
2022-07-28 14:34:44 +02:00
|
|
|
swraid
|
2022-05-03 18:55:21 +02:00
|
|
|
zfsroot
|
2023-11-18 20:38:08 +01:00
|
|
|
clevisLuks
|
|
|
|
clevisLuksFallback
|
|
|
|
clevisZfs
|
|
|
|
clevisZfsFallback
|
2024-01-19 11:39:01 +01:00
|
|
|
gptAutoRoot
|
2022-04-17 23:24:13 +02:00
|
|
|
;
|
|
|
|
|
|
|
|
}
|