diff --git a/admin-guide/deployment/sample.rst b/admin-guide/deployment/sample.rst index 7587d61a..3eb61f98 100644 --- a/admin-guide/deployment/sample.rst +++ b/admin-guide/deployment/sample.rst @@ -62,7 +62,7 @@ And we finally setup the puppet role and puppet environment: :: Example ------- -Full example: +Full example: :: bob node add lx-test-02.psi.ch pli netboot bob node add-mac lx-test-02 00:50:56:9d:19:76 @@ -76,18 +76,3 @@ Full example: Ensure that a potential previous puppet certificate for this server is deleted on the puppet server: https://puppet.psi.ch -PXE server-side configuration ------------------------------ - -In case the node is configured to use legacy BIOS mode (and -not UEFI mode) the following has to be run on the PXE server to make -the node boot the ipxe image: :: - - cd /afs/psi.ch/service/linux/tftpboot/pxelinux.cfg/ - ln -sf lxprod logging-ra - MAC='the::node::mac::address' - MACFILENAME="01-`echo $MAC|tr 'A-Z' 'a-z'| sed 's/:/-/g'`" - ln -sf logging-ra $MACFILENAME - -Otherwise the node will boot with the old pxe configuration. In such -case is possible to boot ipxe typing `lxprod` on the PXE command line.