improve example deployment

This commit is contained in:
2024-08-19 17:08:06 +02:00
parent 2d98348cfe
commit e5717d2ccb
+2 -3
View File
@@ -57,12 +57,11 @@ Minimal example:
```bash
bob node add lx-test-02.psi.ch lx netboot
bob node add-mac lx-test-02 00:50:56:9d:19:76
bob node add-mac lx-test-02.psi.ch 00:50:56:9d:19:76
bob node set-attr lx-test-02.psi.ch ipxe_installer=rhel8install puppet_role=role::server
bob node netboot lx-test-02.psi.ch
# show the configuration
bob node list -v lx-test-02
bob node list -v lx-test-02.psi.ch
# start network boot on the machine
```