use make-disk-image instead of sd-image

This commit is contained in:
Robert Cambridge 2024-11-18 13:46:54 +01:00
parent aaec735faf
commit fb248c0047
17 changed files with 570 additions and 229 deletions

View 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;
}