From 9f42329a148e697b4aebbba73df16301c379d2f7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 26 Jun 2014 12:47:01 -0400 Subject: Read distribution name & banner from dist-vars.sh. Also, automatically add the correct number of newlines in /etc/motd. --- (limited to 'dist-vars.sh') 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: ' -- cgit v0.9.1