tests: use diskoScript output

This commit is contained in:
lassulus 2023-06-07 14:31:21 +02:00
parent aca7f18667
commit 93632ac0ae
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
device = builtins.elemAt disks 0;
type = "disk";
content = {
type = "table_gpt";
type = "gpt";
partitions = {
ESP = {
type = "EF00";