update documentation

This commit is contained in:
2023-02-01 13:32:58 +01:00
parent feaafb678e
commit cd03a02433
16 changed files with 71 additions and 150 deletions
@@ -4,7 +4,7 @@ actor admin
participant "BIOS Node\n(legacy boot)" as bootnode
participant "QIP DHCP" as dhcp
participant "pxeserv01.psi.ch" as pxeserver
participant "boot00.psi.ch" as sysdb
participant "sysdb.psi.ch" as sysdb
participant "repo00.psi.ch" as reposerver
admin -> bootnode : boots up
@@ -29,7 +29,7 @@ note right
to "lxprod". At some places this is done the
opposite by linking hostname to MAC to "lxprod".
Having the **link to "lxprod" loads directly**
**the iPXE kernel "boot00.lkrn"**, shortcutting
**the iPXE kernel "ipxe.lkrn"**, shortcutting
the manual selection below.
end note
bootnode -> pxeserver : load PXE config tftp:/tftpboot/pxelinux.cfg/$HEX-IP
@@ -44,7 +44,7 @@ note right
comments from 2013.
end note
admin -> bootnode : selects "Red Hat 7 Network Install"
bootnode -> pxeserver : load iPXE kernel tftp:/tftpboot/boot00.lkrn
bootnode -> pxeserver : load iPXE kernel tftp:/tftpboot/ipxe.lkrn
note right
https://git.psi.ch/linux-infra/ipxe-build
The following steps are by embed/pxe.ipxe
@@ -4,7 +4,7 @@ actor admin
participant "UEFI Node" as bootnode
participant "QIP DHCP" as dhcp
participant "pxeserv01.psi.ch" as pxeserver
participant "boot00.psi.ch" as sysdb
participant "sysdb.psi.ch" as sysdb
participant "repo01.psi.ch" as reposerver
admin -> bootnode : boots up