Revision 40cece88 scripts/gnt-instance

b/scripts/gnt-instance
677 677

  
678 678
  kernel_path = _TransformPath(opts.kernel_path)
679 679
  initrd_path = _TransformPath(opts.initrd_path)
680
  if opts.hvm_boot_order.lower() == 'default':
680
  if opts.hvm_boot_order == 'default':
681 681
    hvm_boot_order = constants.VALUE_DEFAULT
682 682
  else:
683 683
    hvm_boot_order = opts.hvm_boot_order

Also available in: Unified diff