summaryrefslogtreecommitdiffstats
path: root/dist-vars.sh
blob: d7751d1e97738e907d9f07855ac6700aad3230a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Distribution variables.

dist_name='ProteanOS'

# Add a preceding newline unless the first line is mostly empty (e.g. contains
# only "_" characters in an ASCII art image).
dist_motd_banner="$(cat <<'EOF'
                                                               _
                                                             .' '.
      __                                       ___     _     | |.'
     |  '.    _   _   _|_    _    __     _   .'   '. .' `- ~~| |~~~
     |__.' |.'  .' '.  |   .' '.   _;. |' `. |     | `-.     ~~~~
     |     |    |   |  |   |---' .'  | |   | |     |    `.
     |     |    '._.'  '.- '._.  '_.'| |   | '.___.' `._.' TM
EOF
)"
# A single quote to fix Vim syntax highlighting: '