You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ludus templates add -d Debian/debian-10-10-x64-fr-server
ludus templates add -d Debian/debian-12-8-x64-fr-server
forfilenamein*-*;do ludus template add -d $filename;done;
Show templates list
ludus templates list
+----------------------------------------------------+-------+
| TEMPLATE | BUILT |
+----------------------------------------------------+-------+
| debian-10-10-x64-fr-server-template | FALSE || debian-12-8-x64-fr-server-template | FALSE |
+----------------------------------------------------+-------+
Build the templates
ludus templates build -n debian-10-10-x64-fr-server-template
[INFO] Template building started - this will take a while. Building 1 template(s) at a time.
Look at the install logs
ludus templates logs -f
After the building is succesfull
=>================
=> Build complete!
=>================
^C
ludus templates list
+----------------------------------------------------+-------+
| TEMPLATE | BUILT |
+----------------------------------------------------+-------+
| debian-10-10-x64-fr-server-template | TRUE || debian-12-8-x64-fr-server-template | FALSE |
+----------------------------------------------------+-------+