Add initial_rootfs_image to config for reference
This commit is contained in:
parent
c4a5dd1c75
commit
6475b13f46
3
jlmkr.py
3
jlmkr.py
|
@ -1041,6 +1041,9 @@ def create_jail(jail_name, distro="debian", release="bookworm"):
|
|||
f"systemd_run_default_args={systemd_run_default_args_multiline}",
|
||||
"",
|
||||
f"systemd_nspawn_default_args={systemd_nspawn_default_args_multiline}",
|
||||
"",
|
||||
"# The below is for reference only, currently not used",
|
||||
f"initial_rootfs_image={distro} {release}",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue