boot-to-talos
Convert any OS to Talos Linux
File Explorer
Download Latest Version (.zip)- release.yml
- renovate.json
- main.go
- install.sh
- boot.go
- boot_test.go
- no5lvl.go
- no5lvl_test.go
- paging_amd64.go
- paging_amd64_test.go
- paging_arm64.go
- syscall_amd64.go
- syscall_arm64.go
- cli.go
- efi.go
- efi_test.go
- install.go
- network.go
- network_test.go
- closer.go
- container.go
- container_linux_test.go
- container_stub.go
- container_stub_test.go
- find_test.go
- http.go
- http_test.go
- iso.go
- iso_test.go
- raw.go
- raw_test.go
- source.go
- source_test.go
- disk.go
- iso.go
- iso_test.go
- pe.go
- types.go
- extract.go
- patch.go
- uki_test.go
- .golangci.yml
- .goreleaser.yaml
- go.mod
- go.sum
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/cozystack/boot-to-talos
Downloads the entire project code from GitHub to your computer.
cd boot-to-talos
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
