-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Flatcar Proxmox VE cloud image | ||
|
||
This repository contains a customized OEM partition for Flatcar that supports Proxmox VE. | ||
|
||
## Supported features | ||
|
||
- Set hostname | ||
- Write SSH keys | ||
- Write systemd networkd configuration | ||
- Write attributes file (metadata) | ||
|
||
## How it works | ||
|
||
The following is run on Github Actions : | ||
|
||
- Download the latest Flatcar image (stable) | ||
- Mount the OEM partition | ||
- Write the contents of the `oem/` directory into the OEM partition | ||
- Download and include our [forked Afterburn](https://github.com/coreos/afterburn/pull/1023) that supports Proxmox VE | ||
- Bundle the image again and upload it to Github releases. | ||
|
||
## What's included in the OEM partition ? | ||
|
||
- Ignition configuration file that will write our custom files | ||
- Systemd configuration files that run our modifed version of Afterburn. | ||
- The forked afterburn binary |