arch installation mostly works with zfsbootmgr
This commit is contained in:
commit
1444f05d9c
19 changed files with 496 additions and 0 deletions
11
roles/base/tasks/archinstall/postinstall_snapshot.yaml
Normal file
11
roles/base/tasks/archinstall/postinstall_snapshot.yaml
Normal 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]
|
Loading…
Add table
Add a link
Reference in a new issue