Files
configpolicy/roles/netboot/basementhud/templates/basementhud.ini.j2
Dustin C. Hatch 9c364b1f06 r/netboot/basementhud: Configure NBD export
The *netboot/basementhud* Ansible role configures two network block
devices for the basement HUD machine:

* The immutable root filesystem
* An ephemeral swap device
2022-08-15 17:18:48 -05:00

9 lines
163 B
Django/Jinja

[basementhud]
exportname = /var/lib/nbd/basementhud.squashfs
readonly = true
[basementhud-swap]
exportname = /var/lib/nbd/
temporary = true
filesize = 8589934592