User`s manual

This script is run whenever a log in shell is loaded. It first checks for a file that is present if the ProDOS
devices are already mounted. If it doesn’t find it, it will run the a2mount script to do so. Conversely,
when logging out, this script is run:
.bash_logout
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
if [ "$SHLVL" = 1 ]; then
fusermount -u ~/prodos
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi
The line to call fusermount is added to the default .bash_logout script.
Modification for Composite Output (Internal mounting):
As configured, the internally mounted Raspberry Pi has no clearance for the composite and headphone
jacks at the top of the board when the Apple II case is closed (the externally mounted Pi has no such
limitation). A video cable can be cut at one end and soldered to the Raspberry Pi composite jack itself
to bring the composite signal out of the case, to a monitor/TV. This modification will void your
Raspberry Pi warranty; do at your own risk:
24
24