From b81272d54b9796b82bb439b320c0c3da01a61c73 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Fri, 30 Oct 2015 03:52:45 -0700 Subject: [PATCH] Add MOTD files to source tree --- setup/motd-linux.txt | 16 ++++++++++++++++ setup/motd-rpi.txt | 16 ++++++++++++++++ setup/motd.txt | 1 + 3 files changed, 33 insertions(+) create mode 100644 setup/motd-linux.txt create mode 100644 setup/motd-rpi.txt create mode 120000 setup/motd.txt diff --git a/setup/motd-linux.txt b/setup/motd-linux.txt new file mode 100644 index 0000000..ec09079 --- /dev/null +++ b/setup/motd-linux.txt @@ -0,0 +1,16 @@ + +Welcome to A2CLOUD! +Instructions and help: http://appleii.ivanx.com + +Type 'a2cloud-help' for a list of A2CLOUD commands. +Type 'system-shutdown' to turn off your Raspberry Pi. + +Type 'raspi-config' to configure your Raspberry Pi. +Type 'startx' to start the Raspbian desktop. + +Type 'lynx' or 'links' to browse the web and 'cftp' to log into FTP sites. +Type 'a2chat' or 'a2news' to talk about Apple II stuff with others. +Type 'ttytter' to tweet. Type 'term color' for a color terminal on a IIgs. + +Type 'gsport' or 'kegs' to use the GSport or KEGS Apple IIgs emulators. +Type 'linapple' to use the LinApple Apple IIe emulator. diff --git a/setup/motd-rpi.txt b/setup/motd-rpi.txt new file mode 100644 index 0000000..ec09079 --- /dev/null +++ b/setup/motd-rpi.txt @@ -0,0 +1,16 @@ + +Welcome to A2CLOUD! +Instructions and help: http://appleii.ivanx.com + +Type 'a2cloud-help' for a list of A2CLOUD commands. +Type 'system-shutdown' to turn off your Raspberry Pi. + +Type 'raspi-config' to configure your Raspberry Pi. +Type 'startx' to start the Raspbian desktop. + +Type 'lynx' or 'links' to browse the web and 'cftp' to log into FTP sites. +Type 'a2chat' or 'a2news' to talk about Apple II stuff with others. +Type 'ttytter' to tweet. Type 'term color' for a color terminal on a IIgs. + +Type 'gsport' or 'kegs' to use the GSport or KEGS Apple IIgs emulators. +Type 'linapple' to use the LinApple Apple IIe emulator. diff --git a/setup/motd.txt b/setup/motd.txt new file mode 120000 index 0000000..1385dc6 --- /dev/null +++ b/setup/motd.txt @@ -0,0 +1 @@ +motd-rpi.txt \ No newline at end of file