Skip to content

Commit

Permalink
Merge pull request #6110 from Yingshun/go_no_cd
Browse files Browse the repository at this point in the history
guest_os_booting: Fix a case error
  • Loading branch information
chloerh authored Jan 7, 2025
2 parents ba29334 + fcca6d6 commit f64da37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
- without_cdrom:
only os_dev
aarch64:
bootable_patterns = ["Shell>"]
bootable_patterns = ["Shell>", "Booting .* on physical CPU"]
- with_cdrom_with_no_src:
cdrom1_attrs = {'target': {'dev': 'sda', 'bus': 'sata'}, **${cdrom_attrs}}
aarch64:
cdrom1_attrs = {'target': {'dev': 'sda', 'bus': 'scsi'}, **${cdrom_attrs}}
bootable_patterns = ["Shell>"]
bootable_patterns = ["Shell>", "Booting .* on physical CPU"]
- with_cdrom:
check_bootable_iso = "yes"
cdrom1_attrs = {'source': {'attrs': {'file': boot_img_path}}, 'target': {'dev': 'sda', 'bus': 'scsi'}, **${cdrom_attrs}}
Expand Down

0 comments on commit f64da37

Please sign in to comment.