summaryrefslogtreecommitdiffstats
path: root/dist-vars.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-26 12:47:01 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-26 12:47:01 (EDT)
commit9f42329a148e697b4aebbba73df16301c379d2f7 (patch)
tree698bc9eeef308676d12560482d0bcb3f0a42a34f /dist-vars.sh
parent8008dc934ac51b68a231dc79460ee657b06fdc21 (diff)
Read distribution name & banner from dist-vars.sh.
Also, automatically add the correct number of newlines in /etc/motd.
Diffstat (limited to 'dist-vars.sh')
-rw-r--r--dist-vars.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/dist-vars.sh b/dist-vars.sh
new file mode 100644
index 0000000..36fd2fc
--- /dev/null
+++ b/dist-vars.sh
@@ -0,0 +1,14 @@
+# Distribution variables.
+
+dist_name='ProteanOS'
+dist_motd_banner="$(cat <<'EOF'
+ _
+ .' '.
+ __ ___ _ | |.'
+ | '. _ _ _|_ _ __ _ .' '. .' `- ~~| |~~~
+ |__.' |.' .' '. | .' '. _;. |' `. | | `-. ~~~~
+ | | | | | |---' .' | | | | | `.
+ | | '._.' '.- '._. '_.'| | | '.___.' `._.' TM
+EOF
+)"
+# A single quote to fix Vim syntax highlighting: '