From e05ee000dd8bf83a8f73dcfc86572a79883d62db Mon Sep 17 00:00:00 2001 From: dappnodedev Date: Tue, 11 Jun 2024 17:22:52 +0200 Subject: [PATCH] Use all storage --- .../ubuntu/autoinstall_unattended.yaml | 25 +------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/iso/preseeds/ubuntu/autoinstall_unattended.yaml b/iso/preseeds/ubuntu/autoinstall_unattended.yaml index a630fd3..71a2ce7 100644 --- a/iso/preseeds/ubuntu/autoinstall_unattended.yaml +++ b/iso/preseeds/ubuntu/autoinstall_unattended.yaml @@ -8,33 +8,10 @@ autoinstall: layout: us # network left as default (DHCP in interfaces named en* or eth*) - storage: layout: name: lvm - config: - - { - ptable: gpt, - path: sda, - preserve: false, - name: '', - grub_device: true - } - - { - volume_group: rootvg, - devices: [sda1] - } - - { - name: root, - volgroup: rootvg, - size: 100%FREE, - format: { - type: ext4 - }, - mount: { - path: / - } - } + sizing-policy: all identity: hostname: dappnode