mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Add the packet datasource, and make the repo rancheros.ipxe be generic, so we can use it for many different systems
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -48,18 +48,22 @@ When this service is run, the `EXTRA_CMDLINE` will be set.
|
||||
|
||||
### cloud-init Datasources
|
||||
|
||||
Valid [datasources](https://github.com/rancher/os/blob/3338c4ac63597940bcde7e6005f1cc09287062a2/cmd/cloudinit/cloudinit.go#L378) for RancherOS.
|
||||
Valid cloud-init datasources for RancherOS.
|
||||
|
||||
| type | default |
|
||||
|---|---|
|
||||
| ec2 | DefaultAddress |
|
||||
| file | path |
|
||||
| url | url |
|
||||
| cmdline | |
|
||||
| configdrive | |
|
||||
| digitalocean | DefaultAddress |
|
||||
| ec2 | DefaultAddress |
|
||||
| file | path |
|
||||
| gce | |
|
||||
| packet | DefaultAddress |
|
||||
| url | url |
|
||||
|
||||
### Cloud-Config
|
||||
|
||||
When booting via iPXE, RancherOS can be configured using a [cloud-config file]({{site.baseurl}}/os/configuration/#cloud-config).
|
||||
|
||||
|
Reference in New Issue
Block a user