about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-06-17 18:53:26 +0200
committerVladimír Čunát <v@cunat.cz>2023-06-17 18:53:26 +0200
commit6d80b598efe37834e4f86de9a6df3df8295edecf (patch)
treea7191aa98debc86cf64af8cb36251d63a60b2a90 /nixos/tests
parent0751fd4a36b496aa93a0b025de93403f511576c2 (diff)
parent05647e964fe63c733eaf04c1b68218ee71b5cf3f (diff)
Merge #237233: staging-next 2023-06-11
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/systemd-boot.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/systemd-boot.nix b/nixos/tests/systemd-boot.nix
index 814cdc5f14435..84a4da5aa6ec5 100644
--- a/nixos/tests/systemd-boot.nix
+++ b/nixos/tests/systemd-boot.nix
@@ -258,7 +258,8 @@ in
     '';
   };
 
-  # See: [Firmware file size bug] in systemd/default.nix
+  # Some UEFI firmwares fail on large reads. Now that systemd-boot loads initrd
+  # itself, systems with such firmware won't boot without this fix
   uefiLargeFileWorkaround = makeTest {
     name = "uefi-large-file-workaround";