a5519b42cf
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
|