diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-03 21:41:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-03 21:41:30 +0200 |
| commit | 8b9fc0b28db3cae10b9f2bbcafe379a4c7669f65 (patch) | |
| tree | fe59c7c09fd57ab17fae3c35cc7d3f94a93d7628 /host_vars | |
| parent | 0eda685f16634a2e6214f272519d543ed007ea90 (diff) | |
Fix home partition mapping
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/marchiso.local.yml | bin | 1075 -> 1075 bytes | |||
| -rw-r--r-- | host_vars/marchiso.local.yml.example | 3 | ||||
| -rw-r--r-- | host_vars/ubuntuiso.local.yml | bin | 914 -> 1051 bytes |
3 files changed, 2 insertions, 1 deletions
diff --git a/host_vars/marchiso.local.yml b/host_vars/marchiso.local.yml Binary files differindex 452a832..a99d138 100644 --- a/host_vars/marchiso.local.yml +++ b/host_vars/marchiso.local.yml diff --git a/host_vars/marchiso.local.yml.example b/host_vars/marchiso.local.yml.example index 37f93a9..cbe391b 100644 --- a/host_vars/marchiso.local.yml.example +++ b/host_vars/marchiso.local.yml.example @@ -42,6 +42,7 @@ partition_extras: part_start: "109.0GiB" part_end: "100%" fstype: "ext4" - dev: "{{ partition_disk }}4" + dev: "{{ partition_disk }}5" + mount_path: "/mnt/home" bootstrap_mac: true configure_playbook_dir: "../ansible-distro-configure" diff --git a/host_vars/ubuntuiso.local.yml b/host_vars/ubuntuiso.local.yml Binary files differindex 9b10fa7..7484e67 100644 --- a/host_vars/ubuntuiso.local.yml +++ b/host_vars/ubuntuiso.local.yml |
