summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-04 16:03:56 +0100
committerSimon Rettberg2024-01-04 16:03:56 +0100
commita5d77fa22f63509d722c427396bc65045c81c316 (patch)
tree3d3f50618af4d16ad672691c5e6f3141cf37eecf
parent[cpugovernor] Update script, handle different drivers (diff)
downloadmltk-a5d77fa22f63509d722c427396bc65045c81c316.tar.gz
mltk-a5d77fa22f63509d722c427396bc65045c81c316.tar.xz
mltk-a5d77fa22f63509d722c427396bc65045c81c316.zip
[rootfs-stage31] Fix comment to not look like a config var that doesn't exist
-rw-r--r--core/rootfs/rootfs-stage31/data/inc/activate_sysconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig b/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig
index 56586928..b4bb5b65 100644
--- a/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig
+++ b/core/rootfs/rootfs-stage31/data/inc/activate_sysconfig
@@ -39,7 +39,7 @@ merge_text_config() {
# sanity checks
[ ! -e "${CONFIG}" ] && { echo "Cannot update. '$CONFIG' does not exist."; return 1; }
- # write IP and SLX_SERVER configuration to $CONFIG
+ # write IP and SERVER IP configuration to $CONFIG
cat >> "$CONFIG" <<HEREEND
# IP Config written in stage31
SLX_PXE_CLIENT_IP='$ip'