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
545 stars 82 forks source link

easysetup calls a non-existing method (likely due to a typo) #1390

Closed uweseimet closed 12 months ago

uweseimet commented 12 months ago
echo "Hidden setup mode for running the pi-gen utility"
              echo "This shouldn't be used by normal users"
              sudoCache

I assume this should be "sudoCheck".

rdmark commented 12 months ago

Good catch. This is actually a typo for cacheSudo. It's the headless version of sudoCheck. I think it's there for the pi-gen script in particular, as a safeguard for when the process runs very long, that it doesn't prompt you unexpectedly for the password during the process.

rdmark commented 12 months ago

https://github.com/PiSCSI/piscsi/pull/1391