Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giard-alexandre/homelab
https://github.com/giard-alexandre/homelab
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/giard-alexandre/homelab
- Owner: giard-alexandre
- Created: 2022-12-28T19:44:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T02:39:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T02:35:22.256Z (2 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install FCOS VM
Create the appropriate VM and boot from ISO. Once live booted, run the following command to read the specified ignition file and install Fedora Coreos.
```bash
sudo coreos-installer install /dev/sda --ignition-url https://example.com/example.ign
```