[elbe-devel] [PATCH] rfs: Correct cmdline's console format
Bastian Germann
bage at linutronix.de
Mon May 8 18:14:35 CEST 2023
The console cmdline option does not take a /dev/ prefix.
Represent the format corecctly in the error message.
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
elbepack/rfs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/elbepack/rfs.py b/elbepack/rfs.py
index 6974e2d69a..587d910f5e 100644
--- a/elbepack/rfs.py
+++ b/elbepack/rfs.py
@@ -352,4 +352,4 @@ class BuildEnv:
allow_fail=True)
else:
logging.error("parsing console tag failed, needs to be of "
- "'/dev/ttyS0,115200' format.")
+ "'ttyS0,115200' format.")
--
2.39.2
More information about the elbe-devel
mailing list