-21
nixos/modules/installer/tools/nixos-generate-config.pl
-21
nixos/modules/installer/tools/nixos-generate-config.pl
······
-1
nixos/modules/installer/tools/tools.nix
-1
nixos/modules/installer/tools/tools.nix
-3
nixos/modules/installer/virtualbox-demo.nix
-3
nixos/modules/installer/virtualbox-demo.nix
+9
-28
nixos/modules/system/boot/loader/grub/grub.nix
+9
-28
nixos/modules/system/boot/loader/grub/grub.nix
············
+21
-115
nixos/modules/system/boot/loader/grub/install-grub.pl
+21
-115
nixos/modules/system/boot/loader/grub/install-grub.pl
·································
+1
-5
nixos/modules/tasks/filesystems/zfs.nix
+1
-5
nixos/modules/tasks/filesystems/zfs.nix
······
-4
nixos/release-combined.nix
-4
nixos/release-combined.nix
···
+1
-1
nixos/release.nix
+1
-1
nixos/release.nix
···tests.installer.simpleLabels = forAllSystems (system: (import tests/installer.nix { inherit system; }).simpleLabels.test);tests.installer.simpleProvided = forAllSystems (system: (import tests/installer.nix { inherit system; }).simpleProvided.test);tests.installer.btrfsSimple = forAllSystems (system: (import tests/installer.nix { inherit system; }).btrfsSimple.test);-tests.installer.btrfsSubvols = forAllSystems (system: (import tests/installer.nix { inherit system; }).btrfsSubvols.test);+#tests.installer.btrfsSubvols = forAllSystems (system: (import tests/installer.nix { inherit system; }).btrfsSubvols.test);
+6
-7
nixos/tests/installer.nix
+6
-7
nixos/tests/installer.nix
···+makeConfig = { testChannel, useEFI, grubVersion, grubDevice }: pkgs.writeText "configuration.nix"······-testScriptFun = { createPartitions, testChannel, useEFI, grubVersion, grubDevice, grubIdentifier }:# FIXME: OVMF doesn't boot from virtio http://www.mail-archive.com/edk2-devel@lists.sourceforge.net/msg01501.html······-{ createPartitions, testChannel ? false, useEFI ? false, grubVersion ? 2, grubDevice ? "/dev/vda", grubIdentifier ? "uuid" }:+{ createPartitions, testChannel ? false, useEFI ? false, grubVersion ? 2, grubDevice ? "/dev/vda" }:
+28
-32
pkgs/tools/misc/grub/2.0x.nix
+28
-32
pkgs/tools/misc/grub/2.0x.nix
······-++ optionals efiSupport [ "--with-platform=efi" "--target=${efiSystems.${stdenv.system}.target}" "--program-prefix=" ];······
+2
-4
pkgs/top-level/all-packages.nix
+2
-4
pkgs/top-level/all-packages.nix
···