about summary refs log tree commit diff
path: root/nixos/tests/installer-systemd-stage-1.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-04-05nixos/tests: add clevisBcachefs tests to installer-systemd-stage-1 testsJulien Malka1-0/+2
2024-03-15nixos: Support systemd-gpt-auto-rootWill Fancher1-0/+1
2023-12-07nixos/tests/installer: test /boot on ZFSLuflosi1-0/+1
Let's test / on ZFS and /boot on ZFS in separate tests since the GRUB integration for ZFS seems to be not very well maintained. If the test breaks in the future it's easier to figure out that ZFS on /boot is at fault and either fix the issue or disable the test. The new test creates a ZFS pool where all features not compatible with GRUB2 are disabled. The dataset is then mounted on /boot and we check that the installer correctly generates a bootable configuration. Try to use as many ZFS features as possible to verify that GRUB can handle them.
2023-12-02nixos/tests/installer: init clevis testsJulien Malka1-0/+4
Co-Authored-By: Camille Mondon <camillemondon@free.fr>
2023-10-29Merge pull request #262854 from ↵Ryan Lahfa1-0/+2
ElvishJerricco/systemd-stage-1-bcachefs-decryption systemd-stage-1: bcachefs decryption
2023-10-23systemd-stage-1: Enable more encrypted installer testsWill Fancher1-4/+4
2023-10-22systemd-stage-1: bcachefs decryptionWill Fancher1-0/+2
2023-07-10nixos/swraid: make entire module optionalLinus Heckemann1-1/+1
swraid support will now only be enabled by default if stateVersion is older than 23.11. nixos-generate-config will now generate explicit config for enabling support if needed.
2023-05-07add installer test for stratis root fsMatthias Berndt1-0/+1
2022-11-06nixosTests: test spaces in mount options via btrfs subvolsLily Foster1-3/+4
Also enabled the btrfs tests for installer-systemd-stage-1 again
2022-05-03nixos: Include zfsroot in installer-systemd-stage-1 testsWill Fancher1-1/+1
2022-04-17nixos: Installer tests for systemd stage 1Will Fancher1-0/+33