mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-05 00:04:46 +00:00
Fix example
This commit is contained in:
parent
c428782565
commit
c440849c7e
@ -8,7 +8,7 @@ Restart=always
|
|||||||
ExecStart=/usr/local/bin/rascsi -r 7
|
ExecStart=/usr/local/bin/rascsi -r 7
|
||||||
# Example 1: If you want to automatically attach a hard disk at startup,
|
# 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:
|
# 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
|
# 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:
|
# comma-separated SCSI ID numbers; for instance IDs 0 and 7:
|
||||||
|
Loading…
Reference in New Issue
Block a user