fix: Drivers (#381)
This commit is contained in:
parent
2d4045001a
commit
888b4a1e9e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if [ -f "$BOOT" ]; then
|
||||||
-device scsi-cd,bus=scsi0.0,drive=cdrom0,bootindex=$BOOT_INDEX"
|
-device scsi-cd,bus=scsi0.0,drive=cdrom0,bootindex=$BOOT_INDEX"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DRIVERS="$STORAGE/drivers.img"
|
DRIVERS="$STORAGE/drivers.iso"
|
||||||
[ ! -f "$DRIVERS" ] && DRIVERS="/run/drivers.iso"
|
[ ! -f "$DRIVERS" ] && DRIVERS="/run/drivers.iso"
|
||||||
|
|
||||||
if [ -f "$DRIVERS" ]; then
|
if [ -f "$DRIVERS" ]; then
|
||||||
|
|
Loading…
Reference in a new issue