Changes between Initial Version and Version 1 of Ticket #21956
- Timestamp:
- Jan 14, 2024 9:28:00 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21956 – Description
initial v1 15 15 16 16 Here is a small script I used to create the minimal failing case vm: 17 18 {{{ 17 19 #! /bin/sh -x 18 20 VBoxManage createvm --name "guru_test" --register --ostype Fedora_64 … … 26 28 VBoxManage storageattach "guru_test" --storagectl="SATA" --port 1 --type dvddrive \ 27 29 --medium "/home/vm/VirtualBox/ISO images/Fedora-Workstation-Live-x86_64-39-1.5.iso" 30 }}}