tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
multipass: revert change from OVMF.fd -> OVMF.firmware
Jon Seager
2 years ago
9e811a25
fb352ead
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
virtualization
multipass
default.nix
+3
-2
pkgs/tools/virtualization/multipass/default.nix
···
70
70
71
71
# Patch the patch of the OVMF binaries to use paths from the nix store.
72
72
substituteInPlace ./src/platform/backends/qemu/linux/qemu_platform_detail_linux.cpp \
73
73
-
--replace "OVMF.fd" "${OVMF.firmware}" \
74
74
-
--replace "QEMU_EFI.fd" "${OVMF.firmware}"
73
73
+
--replace "OVMF.fd" "${OVMF.fd}/FV/OVMF.fd" \
74
74
+
--replace "QEMU_EFI.fd" "${OVMF.fd}/FV/QEMU_EFI.fd"
75
75
76
76
# Copy the grpc submodule we fetched into the source code.
77
77
cp -r --no-preserve=mode ${grpc_src} 3rd-party/grpc
···
122
122
dnsmasq
123
123
iproute2
124
124
iptables
125
125
+
OVMF.fd
125
126
qemu
126
127
qemu-utils
127
128
xterm