arch installation mostly works with zfsbootmgr

This commit is contained in:
Mark Riedesel 2024-11-20 09:12:19 -06:00
commit 1444f05d9c
19 changed files with 496 additions and 0 deletions

View file

@ -0,0 +1,11 @@
- name: archinstall | re-create post-installation snapshot of zroot/ROOT/arch
community.general.zfs:
name: zroot/ROOT/arch@post-installation
state: "{{ item }}"
with_items: [absent, present]
- name: archinstall | re-create post-installation snapshot of zroot/DATA/home
community.general.zfs:
name: zroot/DATA/home@post-installation
state: "{{ item }}"
with_items: [absent, present]