diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-08 17:30:31 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-11-08 17:30:31 +0100 |
commit | ee81272116cd680fd3b35497739f82be144b33a5 (patch) | |
tree | c5bf7edf6125896773bf93236a504c86de61252e /data/live-build-config | |
parent | 24c033451937fccdab02d38c0ba94b98acbe6b77 (diff) | |
download | vyos-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-x | data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot | 4 |
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 |