From 6f980b0fb0939a22bec73b6cbf24ffb1a5619e68 Mon Sep 17 00:00:00 2001 From: Karel Simon Date: Wed, 17 Jan 2024 12:03:00 +0100 Subject: [PATCH] fix: increase partition1 size in windows efi configmaps The windows11-autounattend configMap set the partition1 to 300MB, which is the minimum according to documentation. In practice, however, this causes the installer to create an extra partition at the end of the C: partition, blocking it from expanding. Then during windows update the disk fills up. This commit updates it to 700MB. Signed-off-by: Karel Simon --- data/tekton-pipelines/windows-efi-installer-configmaps.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tekton-pipelines/windows-efi-installer-configmaps.yaml b/data/tekton-pipelines/windows-efi-installer-configmaps.yaml index dfcc0f96f..a30c56ed8 100644 --- a/data/tekton-pipelines/windows-efi-installer-configmaps.yaml +++ b/data/tekton-pipelines/windows-efi-installer-configmaps.yaml @@ -34,7 +34,7 @@ data: 1 Primary - 300 + 700 2 @@ -191,7 +191,7 @@ data: 1 Primary - 300 + 700 2