At first show what is the pfad from your USB. Use command
ls:
In my further explanations I will used
sda1, but it can by you other.
Copy the contents of the Yamj directory on the USB stick (
/tmp/usbmounts/sda1) into /usr/local/etc/Yamj. Use command
cpCode:
cp /tmp/usbmounts/sda1/Yamj /usr/local/etc
Edit the startup script /usr/local/etc/rcS and add the following lines at the bottom. Use command
viCode:
vi /user/local/etc/rcS
Then press
i for edit. After wrote the code press button <
esc> then
: then
w then
q and
! (:wq!) for write and quit -> or
:q! for quit without write.