mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 08:26:57 +02:00
feat(coreos-base/coreos-base): add motd
add a motd
This commit is contained in:
parent
dfe4fc10c8
commit
d5f1419e30
@ -108,6 +108,10 @@ src_install() {
|
||||
# Make mount work in the way systemd prescribes
|
||||
dosym /proc/mounts /etc/mtab
|
||||
|
||||
# Insert a cool motd ;)
|
||||
insinto /etc
|
||||
doins "${FILESDIR}"/motd
|
||||
|
||||
# Symlink /etc/localtime to something on the stateful partition, which we
|
||||
# can then change around at runtime.
|
||||
dosym /var/lib/timezone/localtime /etc/localtime || die
|
||||
|
7
sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-base/files/motd
vendored
Normal file
7
sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-base/files/motd
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
_______ _______ ______
|
||||
(_______) (_______) _____)
|
||||
_ ___ ____ _____ _ ( (____
|
||||
| | / _ \ / ___) ___ | | | \____ \
|
||||
| |____| |_| | | | ____| |___| |____) )
|
||||
\______)___/|_| |_____)\_____(______/
|
||||
|
Loading…
Reference in New Issue
Block a user