netbootxyz / netboot.xyz

Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
https://netboot.xyz
Apache License 2.0
8.78k stars 663 forks source link

Support make -j switch for concurrent jobs #1361

Closed markusreil closed 8 months ago

markusreil commented 8 months ago

Is your feature request related to a problem? Please describe.

generate_disks tasks can be sped up by using make's -j switch.

Describe the solution you'd like

Add a variable to user_overrides.yml to specify the number of concurrent jobs.

markusreil commented 8 months ago

Raised #1362 Please let me know if you think is a good idea and/or what else would be required to get this merged. Thanks.