Skip to content

Commit

Permalink
Use raspberrypi-firmware-uefi for Raspberry Pi
Browse files Browse the repository at this point in the history
This PR switches from the standard firmware to "system ready" (UEFI)
firmware for Raspberry Pi

Signed-off-by: Klaus Kämpf <[email protected]>
  • Loading branch information
kkaempf committed Aug 22, 2023
1 parent 9427254 commit 6bcc584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .obs/dockerfile/slem4r-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN zypper --installroot /osimage in --no-recommends -y squashfs NetworkManager

# make ARM happy
#!ArchExclusiveLine: aarch64
RUN if [ `uname -m` = "aarch64" ]; then zypper --installroot /osimage in -y raspberrypi-firmware raspberrypi-firmware-config raspberrypi-firmware-dt u-boot-rpiarm64 grub2-arm64-efi; fi
RUN if [ `uname -m` = "aarch64" ]; then zypper --installroot /osimage in -y raspberrypi-firmware-uefi grub2-arm64-efi; fi

# make SUSE happy
RUN zypper --installroot /osimage in --no-recommends -y SLE-Micro-Rancher-release systemd-presets-branding-SLE-Micro-for-Rancher
Expand Down

0 comments on commit 6bcc584

Please sign in to comment.