Skip to content

Commit

Permalink
fix: Drivers (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 24, 2024
1 parent 2d40450 commit 888b4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -f "$BOOT" ]; then
-device scsi-cd,bus=scsi0.0,drive=cdrom0,bootindex=$BOOT_INDEX"
fi

DRIVERS="$STORAGE/drivers.img"
DRIVERS="$STORAGE/drivers.iso"
[ ! -f "$DRIVERS" ] && DRIVERS="/run/drivers.iso"

if [ -f "$DRIVERS" ]; then
Expand Down

0 comments on commit 888b4a1

Please sign in to comment.