raspberry-pi/5: set generic-extlinux-compatible by default
This allows the generic ubootRaspberryPiAarch64 package from nixpkgs to be used with Raspberry Pi 5. Signed-off-by: Filip Kokosiński <filip.kokosinski@gmail.com>
This commit is contained in:
parent
c775c2772b
commit
8adb8e570b
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ in
|
||||||
imports = [ ../common/default.nix ];
|
imports = [ ../common/default.nix ];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
loader.grub.enable = lib.mkDefault false;
|
||||||
|
loader.generic-extlinux-compatible.enable = lib.mkDefault true;
|
||||||
kernelPackages = lib.mkDefault (
|
kernelPackages = lib.mkDefault (
|
||||||
pkgs.linuxPackagesFor (pkgs.callPackage ../common/kernel.nix { rpiVersion = 5; })
|
pkgs.linuxPackagesFor (pkgs.callPackage ../common/kernel.nix { rpiVersion = 5; })
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue