summaryrefslogtreecommitdiff
path: root/data/live-build-config
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-08 17:30:31 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-08 17:30:31 +0100
commitee81272116cd680fd3b35497739f82be144b33a5 (patch)
treec5bf7edf6125896773bf93236a504c86de61252e /data/live-build-config
parent24c033451937fccdab02d38c0ba94b98acbe6b77 (diff)
downloadvyos-build-ee81272116cd680fd3b35497739f82be144b33a5.tar.gz
vyos-build-ee81272116cd680fd3b35497739f82be144b33a5.zip
T3912: remove superfluous motd.d kernel version shell script
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-xdata/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot b/data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot
new file mode 100755
index 00000000..9d8dc97e
--- /dev/null
+++ b/data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot
@@ -0,0 +1,4 @@
+#!/bin/sh
+if [ -f /etc/update-motd.d/10-uname ]; then
+ rm -f /etc/update-motd.d/10-uname
+fi