summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/rc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.local b/etc/rc.local
index 34e9ca2..8f74b38 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -6,7 +6,7 @@
T=/tmp/_motd
rm -f $T
-uname -a > $T
+uname -rs > $T
echo "" >> $T
sed '1,/^$/d' < /etc/motd >> $T
cp $T /etc/motd
OpenPOWER on IntegriCloud