diff options
| -rw-r--r-- | distros/fedora-29/build.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distros/fedora-29/build.sh b/distros/fedora-29/build.sh new file mode 100644 index 0000000..76777b1 --- /dev/null +++ b/distros/fedora-29/build.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +. ../common.sh + +run_cmd "cp ../launch-qemu.sh /usr/local/bin" + +# fix the path +sed -i 's|QEMU_INSTALL_DIR=/usr/local/bin/|QEMU_INSTALL_DIR=""|' /usr/local/bin/launch-qemu.sh +sed -i 's|UEFI_BIOS_CODE="/usr/local/share/qemu/OVMF_CODE.fd"|UEFI_BIOS_CODE=/usr/share/edk2/ovmf/OVMF_CODE.fd|' /usr/local/bin/launch-qemu.sh |
