Skip to content

Commit

Permalink
Fix #554 require_component (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler authored Mar 4, 2025
1 parent 62aa3b3 commit 40e1616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsconf/component/vm_devbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def _create_user_instances():
)
)

self.buildt.require_component("network")
jc, z = self.j2_ctx_init()
z.root_u = jc.rsconf_db.root_u
z.libvirt_d = self.j2_ctx.rsconf_db.host_run_d.join(_LIB_VIRT_SUB_D)
Expand Down

0 comments on commit 40e1616

Please sign in to comment.