From c440849c7e4dbce3922801b2bcc866e2b601a07c Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Fri, 24 Sep 2021 13:05:21 -0700 Subject: [PATCH] Fix example --- src/raspberrypi/os_integration/rascsi.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raspberrypi/os_integration/rascsi.service b/src/raspberrypi/os_integration/rascsi.service index ac03ff4a..3a61122b 100644 --- a/src/raspberrypi/os_integration/rascsi.service +++ b/src/raspberrypi/os_integration/rascsi.service @@ -8,7 +8,7 @@ Restart=always ExecStart=/usr/local/bin/rascsi -r 7 # Example 1: If you want to automatically attach a hard disk at startup, # say an image called harddisk.hds on SCSI ID 1, change the ExecStart line to: -# ExecStart=/usr/local/bin/rascsi -i 1 /home/pi/images/harddisk.hds +# ExecStart=/usr/local/bin/rascsi -ID1 /home/pi/images/harddisk.hds # # Example 2: If you want to reserve SCSI IDs to prevent usage, add '-r' followed by # comma-separated SCSI ID numbers; for instance IDs 0 and 7: