How to create a Jail running Rocky Linux on TrueNAS Scale 24.04.2? #256
Unanswered
ronie-camilo
asked this question in
Q&A
Replies: 1 comment
-
When the jlmkr.py script processes a template (or command line switches), it uses run_lxc_download_script function to do that. Running the following in the cli you'll get a list of available linux distributions available for download: sh <(curl -Ls https://raw.githubusercontent.com/Jip-Hop/lxc/97f93be72ebf380f3966259410b70b1c966b0ff0/templates/lxc-download.in) --list You can also see the list in a browser at https://images.lxd.canonical.com. All you need now is to use that as the distro instead of debian. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know the best way to configure a jail to run Rocky Linux 9 on TrueNAS 24.04.2. Could someone with experience help me with the following questions:
Network configuration: What is the best approach to configure the jail's network? Bridge, VLAN, or other option?
Storage: What type of dataset is recommended for the jail's storage?
Resources: How to efficiently set the CPU and memory resources for the jail?
Package installation: Are there any particularities in installing packages within the jail?
Backups: What is the best way to perform backups of the jail?
Thank you in advance for any tips or tutorials that could help me with this configuration.
Beta Was this translation helpful? Give feedback.
All reactions