feat: added talos image factory
This commit is contained in:
parent
874c704ae7
commit
0b59281790
1 changed files with 15 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
- [talhelper environment vars](#talhelper-environment-vars)
|
- [talhelper environment vars](#talhelper-environment-vars)
|
||||||
- [talhelper genconfig](#talhelper-genconfig)
|
- [talhelper genconfig](#talhelper-genconfig)
|
||||||
- [talconfig.yaml](#talconfigyaml)
|
- [talconfig.yaml](#talconfigyaml)
|
||||||
|
- [Talos image factory](#talos-image-factory)
|
||||||
|
|
||||||
# Required packages
|
# Required packages
|
||||||
```bash
|
```bash
|
||||||
|
@ -75,4 +76,17 @@ Create a talconfig.yaml. Take inspiration from the [talhelper template](https://
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
vi talconfig.yaml
|
vi talconfig.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Talos image factory
|
||||||
|
Vist the website https://factory.talos.dev
|
||||||
|
|
||||||
|
1. Hardware Type: Bare-metal Machine
|
||||||
|
2. Choose Talos Linux Version: 1.10.0 (use the latest stable version)
|
||||||
|
3. Machine Architecture: amd64
|
||||||
|
4. System Extensions:
|
||||||
|
1. siderolabs/i915 (intel gpu drivers)
|
||||||
|
2. siderolabs/intel-ucode (intel microcode)
|
||||||
|
5. Customization: skip
|
||||||
|
6. Schematic Ready: Download the iso
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue