Skip to content

Commit

Permalink
Switch onie-vlab to the version without net boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Nov 12, 2024
1 parent 1d674d0 commit f98f9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/fab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ oras push "ghcr.io/githedgehog/fabricator/k9s:${K9S_VERSION}" k9s
Manually prepared ONIE image. Probably should be shrunk to the minimum size using `qemu-img convert -O qcow2 <from> <to>`.

```bash
export ONIE_VERSION="test"
export ONIE_VERSION="v0.2.0"

oras push "ghcr.io/githedgehog/fabricator/onie-vlab:${ONIE_VERSION}" onie-kvm_x86_64.qcow2 onie_efi_code.fd onie_efi_vars.fd
```
Expand Down
2 changes: 1 addition & 1 deletion pkg/fab/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var Versions = fabapi.Versions{
},
},
VLAB: fabapi.VLABVersions{
ONIE: "v0.1.0",
ONIE: "v0.2.0",
Flatcar: "v3975.2.1",
},
}

0 comments on commit f98f9fa

Please sign in to comment.