https://github.com/ncarlier/nunux-cloudinit
Nunux cloud configuration website.
https://github.com/ncarlier/nunux-cloudinit
Last synced: 7 months ago
JSON representation
Nunux cloud configuration website.
- Host: GitHub
- URL: https://github.com/ncarlier/nunux-cloudinit
- Owner: ncarlier
- License: mit
- Created: 2014-10-13T13:08:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T14:57:14.000Z (almost 11 years ago)
- Last Synced: 2024-10-29T07:04:22.682Z (11 months ago)
- Language: Shell
- Homepage: http://ncarlier.github.io/nunux-cloudinit
- Size: 616 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Nunux cloud configuration website.
The purpose of this project is to build an iPXE ISO file with an embedded configuration
that provide the ability to boot on CoreOS with an online cloud-init configuration.### Create iPXE ISO
#### With ROM-o-matic
Go to [ROM-o-matic](https://rom-o-matic.eu/) website in order to generate iPXE image.
Choose "ISO bootable image" as output format and paste the content of the ipxe.conf file.
Build and upload the image to your cloud provider. Finally boot the machine.
#### With Docker
Run the following commands:
$ make
$ make runGet the generated ipxe.iso file and upload it to your cloud provider. Finally boot the machine.