You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install-upgrade/install.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,8 +51,10 @@ command to see the available options. For example `hhfab init -h`.
51
51
### HHFAB commands to make a bootable image
52
52
53
53
1.`hhfab init --wiring wiring-lab.yaml`
54
-
1. The `init` command generates a `fab.yaml` file, edit the `fab.yaml` file for your needs
55
-
1. ensure the correct boot disk (e.g. `/dev/sda`) and control node NIC names are supplied
54
+
1. The `init` command generates a `fab.yaml` file, edit the `fab.yaml` file for your needs, specifically:
55
+
1. Ensure the correct boot disk (e.g. `/dev/sda`) and control node NIC names are supplied
56
+
1. Ensure that the `name:` field under `kind: ControlNode` is the desired host name,
57
+
as this **cannot be changed** after installation
56
58
1.`hhfab validate`
57
59
1.`hhfab build --mode iso`
58
60
1. An ISO is best suited to use with IPMI based virtual media. If desired an IMG file suitable for writing to a USB drive, can be created by passing the `--mode usb` option. ISO is the default.
0 commit comments