mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-04-09 04:13:55 +02:00
Fix install when disk was used with md or lvm
This commit is contained in:
parent
f182a1f63f
commit
537590d799
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ d-i time/zone string {{ timezone | default('UTC') }}
|
|||
d-i clock-setup/ntp-server string {{ ntp_server | default('de.pool.ntp.org') }}
|
||||
|
||||
# Autoformat disk
|
||||
d-i partman-lvm/device_remove_lvm boolean true
|
||||
d-i partman-md/device_remove_md boolean true
|
||||
d-i partman-auto/disk string {{ hostvars[item]['disk'] | default('/dev/sda') }}
|
||||
d-i partman-auto/method string regular
|
||||
d-i partman-auto/choose_recipe select atomic
|
||||
|
|
Loading…
Add table
Reference in a new issue