From bdbdb725d632863bdedb80baabf21327614dd237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Sat, 12 Oct 2024 00:32:55 +0200 Subject: [PATCH] fix: wrong attr path Fixes a wrong attribute path in the documentation. --- docs/table-to-gpt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/table-to-gpt.md b/docs/table-to-gpt.md index a3db41f..7ca5d80 100644 --- a/docs/table-to-gpt.md +++ b/docs/table-to-gpt.md @@ -88,8 +88,8 @@ The operation has completed successfully. Make the following changes to your disko configuration: 1. Set `disko.devices.disk.example.content.type = "gpt"` -1. Remove `disko.devices.disk.example.format` -1. Convert `disko.devices.disk.example.partitions` to an attribute set and +1. Remove `disko.devices.disk.example.content.format` +1. Convert `disko.devices.disk.example.content.partitions` to an attribute set and promote the `name` field to the key for its partition 1. Add a `priority` field to each partition, to reflect the intended partition number