PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
537 stars 82 forks source link

Documentation 'Clone & build the PiSCSI software' needs update after project rename #1061

Closed hilburger closed 1 year ago

hilburger commented 1 year ago

Hi everybody!

The 5th step in this part needs an update.

It says:

sudo systemctl restart rsyslog
sudo systemctl enable rascsi # optional - start rascsi at boot
sudo systemctl start rascsi
sudo systemctl status rascsi

but should be:

sudo systemctl restart rsyslog
sudo systemctl enable piscsi # optional - start piscsi at boot
sudo systemctl start piscsi
sudo systemctl status piscsi

So line 2-4 need rascsi changed to piscsi.

Anyways it would be good for newbies like me to get explained ver early in the docs that rascsi has been renamed. Puzzled me pretty strongly in the beginning :)

Thanks!

rdmark commented 1 year ago

Good catch. I've updated this, and a handful other instances on the same wiki page.

If you find more outdated information, don't hesitate to edit the wiki yourself. It is a wiki after all!