diff --git a/config/config.go b/config/config.go index 1aa64d23..21ad1ee5 100644 --- a/config/config.go +++ b/config/config.go @@ -10,13 +10,12 @@ import ( ) const Banner = ` -|||||| ||||||| ||||| -| | | | ||||| | | | | | || | | | | -| | | | | | || || | | | | | | | | -|||||| | | | | | || | | | | | | | | ||||| -| | | | ||||| | | | | | |||||| | | | -| | | | | | | | | | | | | | | | | -|||||| |||| | | | | | |||||| |||||| | | ||||||| ||||| + ____ _ _ _ ____ _____ + | _ \ (_) | | / __ \ / ____| + | |_) |_ _ _ __ _ __ ___ _| | | __ _| | | | (___ + | _ <| | | | '__| '_ ' _ \| | | |/ _' | | | |\___ \ + | |_) | |_| | | | | | | | | | | | (_| | |__| |____) | + |____/ \__,_|_| |_| |_| |_|_|_|_|\__,_|\____/|_____/ BurmillaOS \v \n \l ` diff --git a/images/02-console/Dockerfile b/images/02-console/Dockerfile index 9cd76735..79856e03 100644 --- a/images/02-console/Dockerfile +++ b/images/02-console/Dockerfile @@ -26,6 +26,6 @@ RUN apt-get update \ && cat /etc/ssh/sshd_config > /etc/ssh/sshd_config.tpl \ && cat /etc/ssh/sshd_config.append.tpl >> /etc/ssh/sshd_config.tpl \ && rm -f /etc/ssh/sshd_config.append.tpl /etc/ssh/sshd_config \ - && rm -f /etc/motd \ - && ln -s /etc/issue /etc/motd + && echo > /etc/motd + ENTRYPOINT ["/usr/bin/ros", "entrypoint"]