Skip to content

Commit

Permalink
fix seabios
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Dec 13, 2024
1 parent 8211cf9 commit 4411c4b
Show file tree
Hide file tree
Showing 3 changed files with 678 additions and 178 deletions.
1 change: 1 addition & 0 deletions installer/kvm-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ function replace_seabios_clues_public() {
_sed_aux "s/04\/01\/2014/$src_bios_table_date2/g" src/fw/biostables.c 'change seabios date 2'
_sed_aux "s/01\/01\/2011/$src_fw_smbios_date/g" src/fw/smbios.c 'change seabios date 3'
_sed_aux 's/"SeaBios"/"AMIBios"/g' src/fw/biostables.c 'change seabios to amibios'
_sed_aux 's/"SeaBIOS"/"AMIBios"/g' src/fw/biostables.c 'change seabios to amibios'

FILES=(
src/hw/blockcmd.c
Expand Down
Loading

0 comments on commit 4411c4b

Please sign in to comment.