mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
T3912: remove superfluous motd.d kernel version shell script
(cherry picked from commit ee81272116cd680fd3b35497739f82be144b33a5)
This commit is contained in:
parent
6cb74ef9f0
commit
c76084a931
4
data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot
Executable file
4
data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
if [ -f /etc/update-motd.d/10-uname ]; then
|
||||
rm -f /etc/update-motd.d/10-uname
|
||||
fi
|
||||
Loading…
x
Reference in New Issue
Block a user