mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 06:04:24 +00:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
config="$1"
|
|
make -C seabios clean distclean
|
|
cp "$config" seabios/.config
|
|
make -C seabios oldnoconfig
|