Jamie Cameron
2022-06-08 19:47:13 -07:00
parent 96c6a227e8
commit e83ab6d83d

View File

@@ -545,6 +545,9 @@ if ($drive && defined($drive->{'subdisk'})) {
elsif ($config{'ata'}) {
$extra_args .= " -d ata";
}
else {
$extra_args .= " -d auto";
}
return $extra_args;
}