Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/install-upgrade/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ responsible for almost every configuration of the fabric with the exception of t
command and subcommand have usage messages, simply supply the `-h` flag to your command or sub
command to see the available options. For example `hhfab init -h`.

Hedgehog supplies a [flatcar
ISO](https://github.com/githedgehog/control-usb-root/pkgs/container/fabricator%2Fflatcar-discovery) that is uefi bootable to assist in the
discovery of the NIC names and other topology information. Use `oras` to
download the iso and write it to suitable media, or attach it via virtual
media. Upstream flatcar
[images](https://stable.release.flatcar-linux.net/amd64-usr/current/) are able to be written to USB media and
physically attached to the server. Search for `flatcar_production_image.bin.bz2`.

### HHFAB commands to make a bootable image

1. `hhfab init --wiring wiring-lab.yaml`
Expand Down
Loading