From e5717d2ccb57b118ba95888dce7f8471de700d0e Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 19 Aug 2024 17:08:06 +0200 Subject: [PATCH] improve example deployment --- admin-guide/deployment/basic_installation.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/admin-guide/deployment/basic_installation.md b/admin-guide/deployment/basic_installation.md index e92c3026..db96b2c0 100644 --- a/admin-guide/deployment/basic_installation.md +++ b/admin-guide/deployment/basic_installation.md @@ -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 ```