mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
issue/motd: add architecture warning also to console and ssh logins.
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
7
config/etc-i586/motd
Normal file
7
config/etc-i586/motd
Normal file
@@ -0,0 +1,7 @@
|
||||
------------------------------------------------------------------
|
||||
- Security Warning! -
|
||||
- You are running an architecture which reached its end of life. -
|
||||
- You will not recieve updates anymore. This is a security risk. -
|
||||
- https://wiki.ipfire.org/hardware/requirements -
|
||||
------------------------------------------------------------------
|
||||
|
||||
@@ -19,6 +19,7 @@ etc/issue
|
||||
etc/ld.so.conf
|
||||
etc/logrotate.conf
|
||||
etc/mime.types
|
||||
etc/motd
|
||||
etc/modprobe.d
|
||||
etc/modprobe.d/btmrvl_sdio.conf
|
||||
etc/modprobe.d/cfg80211.conf
|
||||
1
config/rootfiles/core/162/filelists/i586/motd
Normal file
1
config/rootfiles/core/162/filelists/i586/motd
Normal file
@@ -0,0 +1 @@
|
||||
etc/motd
|
||||
@@ -91,6 +91,7 @@ endif
|
||||
echo "$(NAME) v$(VERSION) - $(SLOGAN)" > /etc/issue
|
||||
echo "===============================" >> /etc/issue
|
||||
echo "\n running on \s \r \m" >> /etc/issue
|
||||
-cat /etc/motd >> /etc/issue
|
||||
|
||||
# Bash startup files
|
||||
install --directory --mode=0755 --owner=root --group=root /etc/profile.d
|
||||
|
||||
Reference in New Issue
Block a user