mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Correct typo
This commit is contained in:
parent
632f1c682c
commit
d7e2407bc9
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -666,7 +666,7 @@ function vm_boot() {
|
|||
args+=(-drive media=cdrom,index=1,file="${fixed_iso}")
|
||||
fi
|
||||
|
||||
# Attached the unattended configuration to Windows guests when booting from ISO
|
||||
# Attach the unattended configuration to Windows guests when booting from ISO
|
||||
if [ -n "${iso}" ] && [ "${guest_os}" == "windows" ] && [ -e "${VMDIR}/unattended.iso" ]; then
|
||||
# shellcheck disable=SC2054
|
||||
args+=(-drive media=cdrom,index=2,file="${VMDIR}/unattended.iso")
|
||||
|
|
Loading…
Reference in a new issue