Skip to content

Commit 6cf76dc

Browse files
authored
nixos: remove boot.loader.raspberryPi (#356688)
2 parents 5ba00a1 + 8ca24a7 commit 6cf76dc

File tree

8 files changed

+3
-379
lines changed

8 files changed

+3
-379
lines changed

nixos/doc/manual/release-notes/rl-2411.section.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,8 @@
803803

804804
- The new `boot.loader.systemd-boot.windows` option makes setting up dual-booting with Windows on a different drive easier.
805805

806+
- The `boot.loader.raspberryPi` options were marked as deprecated in 23.11 and have now been removed.
807+
806808
- Linux 4.19 has been removed because it will reach its end of life within the lifespan of 24.11.
807809

808810
- Unprivileged access to the kernel syslog via `dmesg` is now restricted by default. Users wanting to keep an

nixos/modules/module-list.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1632,7 +1632,6 @@
16321632
./system/boot/loader/external/external.nix
16331633
./system/boot/loader/init-script/init-script.nix
16341634
./system/boot/loader/loader.nix
1635-
./system/boot/loader/raspberrypi/raspberrypi.nix
16361635
./system/boot/loader/systemd-boot/systemd-boot.nix
16371636
./system/boot/luksroot.nix
16381637
./system/boot/stratisroot.nix

nixos/modules/rename.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ in
2020
(mkAliasOptionModuleMD [ "environment" "checkConfigurationOptions" ] [ "_module" "check" ])
2121

2222
# Completely removed modules
23+
(mkRemovedOptionModule [ "boot" "loader" "raspberryPi" ] "The raspberryPi boot loader has been removed. See https://github.com/NixOS/nixpkgs/pull/241534 for what to use instead.")
2324
(mkRemovedOptionModule [ "environment" "blcr" "enable" ] "The BLCR module has been removed")
2425
(mkRemovedOptionModule [ "environment" "noXlibs" ] ''
2526
The environment.noXlibs option was removed, as it often caused surprising breakages for new users.

nixos/modules/system/boot/loader/raspberrypi/raspberrypi-builder.nix

Lines changed: 0 additions & 9 deletions
This file was deleted.

nixos/modules/system/boot/loader/raspberrypi/raspberrypi-builder.sh

Lines changed: 0 additions & 143 deletions
This file was deleted.

nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix

Lines changed: 0 additions & 151 deletions
This file was deleted.

nixos/modules/system/boot/loader/raspberrypi/uboot-builder.nix

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)