mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 14:21:13 +00:00

When a new option is added that qemu does not know about, the prudent thing is to use the default not force it to "no". Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
config="$1"
|
|
make -C seabios clean distclean
|
|
cp "$config" seabios/.config
|
|
make -C seabios olddefconfig
|