From eec5546100e5b2d690048b01397a35c0a4bfbc7a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 1 Mar 2024 20:19:17 +0100 Subject: [PATCH] board/common: add missing newline at end of /etc/motd With the changes in 9847a8f we can keep the /etc/motd file with a proper newline at EOF so that also Classic builds make sense. Signed-off-by: Joachim Wiberg --- board/common/rootfs/etc/motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/rootfs/etc/motd b/board/common/rootfs/etc/motd index 8162a1499..67d3a26f4 100644 --- a/board/common/rootfs/etc/motd +++ b/board/common/rootfs/etc/motd @@ -1,4 +1,4 @@ .-------. | . . | Infix -- a Network Operating System |-. v .-| https://kernelkit.github.io -'-'---'-' \ No newline at end of file +'-'---'-'