You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The README instructions for testing in QEMU are currently out of date. We need to figure out the arguments for QEMU to locate the USB stick so that we can use the ISO cache.
Describe the solution you'd like
When we start up webboot in QEMU, we should be able to locate the USB stick containing the ISO cache.
Describe alternatives you've considered
One configuration we tried was:
qemu-system-x86_64 -m 2G -hda /dev/sda
This allowed us to boot into the kernel and initrd on the USB stick, but we couldn't access the USB stick once we booted into the u-root environment.
Is your feature request related to a problem? Please describe.
The README instructions for testing in QEMU are currently out of date. We need to figure out the arguments for QEMU to locate the USB stick so that we can use the ISO cache.
Describe the solution you'd like
When we start up
webbootin QEMU, we should be able to locate the USB stick containing the ISO cache.Describe alternatives you've considered
One configuration we tried was:
This allowed us to boot into the kernel and initrd on the USB stick, but we couldn't access the USB stick once we booted into the u-root environment.
Additional context
N/A