From 1053e3a982600cd9fae7dd95acacc81dd6a40779 Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 10 Oct 2024 19:33:24 +0200 Subject: [PATCH 1/2] Update arch.json --- tests/arch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arch.json b/tests/arch.json index 9d98903de..b2e8148b2 100644 --- a/tests/arch.json +++ b/tests/arch.json @@ -1,7 +1,7 @@ { "partition": { "device": "/dev/loop0", - "mode": "Auto", + "mode": "EraseDisk", "encrypt_check": false, "efi": false, "swap": false, From bcabbefc6d3f5bf7e44d3bd260cae94f17198438 Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 10 Oct 2024 19:33:43 +0200 Subject: [PATCH 2/2] Update nix.json --- tests/nix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nix.json b/tests/nix.json index 115cd6b67..2f207245f 100644 --- a/tests/nix.json +++ b/tests/nix.json @@ -1,7 +1,7 @@ { "partition": { "device": "/dev/loop0", - "mode": "Auto", + "mode": "EraseDisk", "encrypt_check": false, "efi": false, "swap": false,