From b509b702be47d2124ac2e2625b84736842bfdb22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Fri, 13 Sep 2024 15:32:57 +0200 Subject: [PATCH] Cleanup --- README.md | 6 +++--- WORKFLOW.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 46cecf5..e629dc3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ git clone git@git.psi.ch:motion/ecmc_server_cfg.git cfg # then check the settings are valid ``` -## Note on IGB driver +## note on IGB driver The file ETHERCATDRVR defines what devices to use: ``` @@ -25,7 +25,7 @@ The default setup is that igb-driver will be used if possible and fallback to ge The "S10-eth-irq-prio" script will only have effect if generic driver is used. In the default case when igb-drivber is used the script might give some error messages but should not affect anything in a negative way. -### Check which driver is in use: +### check which driver is in use: On ecmc server: ``` @@ -37,7 +37,7 @@ ec_master 421888 4 ec_igb,ec_generic In this case igb (ec_igb) driver is in use. -# Workflow for new server +# workflow for new server See [WORKFLOW](WORKFLOW.md) diff --git a/WORKFLOW.md b/WORKFLOW.md index 27d05a0..3612c13 100644 --- a/WORKFLOW.md +++ b/WORKFLOW.md @@ -26,7 +26,7 @@ Prepare a boot usb stick: cp -r /afs/psi.ch/group/8211/anicic/iPXE/warewulf-ipxe/USBstick/EFI /path/to/your/usbstick ``` -# Add warewulf conf +# add warewulf conf Add server to warewulf config (easiest to edit directlly in gitlab page): https://git.psi.ch/controls-ci/warewulf-node-config/-/blob/master/nodes.conf @@ -39,7 +39,7 @@ After the file has been updated, make sure that the pipelines passes: https://git.psi.ch/controls-ci/warewulf-node-config/-/pipelines -# Add ecmc server cfg +# add ecmc server cfg See [README](README.md), basically: