mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-19 00:39:38 +01:00
use make-disk-image instead of sd-image
This commit is contained in:
parent
aaec735faf
commit
fb248c0047
17 changed files with 570 additions and 229 deletions
8
generic-extlinux-compatible/extlinux-conf-builder.nix
Normal file
8
generic-extlinux-compatible/extlinux-conf-builder.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.substituteAll {
|
||||
src = ./extlinux-conf-builder.sh;
|
||||
isExecutable = true;
|
||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||
inherit (pkgs) bash;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue