aboutsummaryrefslogtreecommitdiffstats
path: root/distros/fedora-29/build.sh
blob: 76777b1af3e56b3a9f3f4db8924dcb94d6047077 (plain) (blame)
1
2
3
4
5
6
7
8
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