From a58a9da64e8074b092fcef79d6411c79e18cc11e Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 15 Jan 2026 09:33:49 -0600 Subject: [PATCH] rev --- packages/raspberrypi/uefi-rpi5/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/raspberrypi/uefi-rpi5/default.nix b/packages/raspberrypi/uefi-rpi5/default.nix index a0a74ea..559ded6 100644 --- a/packages/raspberrypi/uefi-rpi5/default.nix +++ b/packages/raspberrypi/uefi-rpi5/default.nix @@ -68,14 +68,14 @@ stdenvNoCC.mkDerivation rec { runHook preInstall mkdir -p "$out" - # cp ${src} . + cp ${src} . - # dd if=${nvram} of=./RPI_EFI.fd \ - # bs=1 seek=$((0x1d0060)) count=$((0x11c0)) conv=notrunc + dd if=${nvram} of=./RPI_EFI.fd \ + bs=1 seek=$((0x1d0060)) count=$((0x11c0)) conv=notrunc - # cp -v ./RPI_EFI.fd "$out/RPI_EFI.fd" + cp -v ./RPI_EFI.fd "$out/RPI_EFI.fd" - cp ${src} "$out/RPI_EFI.fd" + # cp ${src} "$out/RPI_EFI.fd" cat > "$out/config.txt" << ${defaultConfig}