Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REQUEST: option for NO NETWORK CARD configuration #22

Open
Wyk72 opened this issue May 9, 2023 · 0 comments
Open

REQUEST: option for NO NETWORK CARD configuration #22

Wyk72 opened this issue May 9, 2023 · 0 comments

Comments

@Wyk72
Copy link

Wyk72 commented May 9, 2023

Hello, and thanks for this little gem, which I discovered yesterday.

I used to run qemu directly w my custom scripts on Alpine but yours are way better.

There is just one thing I need: since I'm passing nics with VFIO-PCI passtrough (via extra args), I need the network part to be skipped completely in the invocation.

I made it work with an horrible hack by zapping the net parameter into the qemu script that launches it i.e :

   command_args_push "$(net_args) $(disk_args) $(cdrom_args) $extra_args"

  command_args_push "$(disk_args) $(cdrom_args) $extra_args"

An option like "none" on network card would be much better, I think.

Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant