This is a collection of ipxe
files that can be used with Leaseweb Custom
Install feature to boot OS images.
For more information on pxe
booting with ipxe
:
To boot these OS'es here you need to create a DHCP reservations for your Dedicated Server, documentation how you can do this via the API is here:
https://developer.leaseweb.com/api-docs/dedicatedservers_v2.html#operation/servers-leases-post
A more in-depth explanation of what is required and how to create a Custom DHCP Reservation via the Leaseweb Customer Portal can be found on the Leaseweb Knowledg Base here:
If you want to add a new OS, or fix a bug, contributions are welcome.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Make sure that tests pass (
make test
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request