diff --git a/lib/utils.pm b/lib/utils.pm index 81282f4e..d82e30f3 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -887,6 +887,9 @@ sub copy_devcdrom_as_isofile { assert_script_run "dd if=/dev/cdrom of=$isoname", 360; # verify iso checksum my $cdurl = get_var('ISO_URL'); + # ISO_URL may not be set if we POSTed manually or something; just assume + # we're OK in that case + return unless $cdurl; my $cmd = </tmp/x