1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00

Boot banner correction + code cleanup

This commit is contained in:
Olli Janatuinen
2020-12-10 21:41:21 +02:00
parent 50dcc4b7ba
commit 1fb4bcb505
4 changed files with 4 additions and 35 deletions

View File

@@ -11,11 +11,11 @@ import (
const Banner = `
____ _ _ _ ____ _____
| _ \ (_) | | / __ \ / ____|
| _ \\ (_) | | / __ \\ / ____|
| |_) |_ _ _ __ _ __ ___ _| | | __ _| | | | (___
| _ <| | | | '__| '_ ' _ \| | | |/ _' | | | |\___ \
| _ <| | | | '__| '_ ' _ \\| | | |/ _' | | | |\\___ \\
| |_) | |_| | | | | | | | | | | | (_| | |__| |____) |
|____/ \__,_|_| |_| |_| |_|_|_|_|\__,_|\____/|_____/
|____/ \\__,_|_| |_| |_| |_|_|_|_|\\__,_|\\____/|_____/
BurmillaOS \v \n \l
`