Skip to content

Commit

Permalink
Use all storage
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jun 11, 2024
1 parent 329e0dc commit e05ee00
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions iso/preseeds/ubuntu/autoinstall_unattended.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e05ee00

Please sign in to comment.