makeInitrd: Make prepend optional
This commit is contained in:
parent
985e15007d
commit
21cd86f2d9
@ -396,7 +396,7 @@ let
|
||||
inherit lib;
|
||||
};
|
||||
|
||||
makeInitrd = { contents, compressor ? "gzip -9n", prepend }:
|
||||
makeInitrd = { contents, compressor ? "gzip -9n", prepend ? [ ] }:
|
||||
import ../build-support/kernel/make-initrd.nix {
|
||||
inherit stdenv perl perlArchiveCpio cpio contents ubootChooser compressor prepend;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user