pmem / run_qemu

A script to create bootable OS images, and run qemu with a locally built kernel.
Creative Commons Zero v1.0 Universal
58 stars 22 forks source link

run_qemu: update the arguments of --rebuild in completion script #48

Closed sailer1205 closed 7 months ago

sailer1205 commented 7 months ago

The 'kernel' argument is deprecated, and 'imgcache' is newly added for the --rebuild, but we can still find the 'kernel' through bash completion and can not find 'imgcache':

$ run_qemu.sh --rebuild= img kernel kmod none wipe

stellarhopper commented 7 months ago

Looks good, thank you for the fix!