Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit c9102dd

Browse files
committed
virt-install: Fix up too specific error message
1 parent 007cb91 commit c9102dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virt-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ def get_install_media(location, cdpath, pxe, livecd, import_install,
645645
else:
646646
validate_install_media(guest, location, cdpath, cdinstall)
647647
except ValueError, e:
648-
fail(_("Error creating cdrom disk: %s" % str(e)))
648+
fail(_("Error validating install location: %s" % str(e)))
649649

650650
def media_prompt(guest, ishvm):
651651

0 commit comments

Comments
 (0)