+12
nixos/doc/manual/development/writing-nixos-tests.xml
+12
nixos/doc/manual/development/writing-nixos-tests.xml
···
+23
nixos/lib/test-driver/test-driver.py
+23
nixos/lib/test-driver/test-driver.py
·········
+62
nixos/modules/system/boot/loader/grub/grub.nix
+62
nixos/modules/system/boot/loader/grub/grub.nix
···bootloaderId = if args.efiBootloaderId == null then "NixOS${efiSysMountPoint'}" else args.efiBootloaderId;+users = if cfg.users == {} || cfg.version != 1 then cfg.users else throw "GRUB version 1 does not support user accounts.";···
+42
-3
nixos/modules/system/boot/loader/grub/install-grub.pl
+42
-3
nixos/modules/system/boot/loader/grub/install-grub.pl
···+my $hashedPassword = $user->findvalue('./attrs/attr[@name = "hashedPassword"]/string/@value');+my $hashedPasswordFile = $user->findvalue('./attrs/attr[@name = "hashedPasswordFile"]/string/@value');·········
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+60
nixos/tests/grub.nix
+60
nixos/tests/grub.nix
···