fix: Drivers (#381)

This commit is contained in:
Kroese 2024-01-24 05:11:56 +01:00 committed by GitHub
parent 2d4045001a
commit 888b4a1e9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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