Rename mounts
This commit is contained in:
parent
8441f4372d
commit
52ff503c48
@ -76,14 +76,14 @@ in
|
|||||||
inherit config pkgs;
|
inherit config pkgs;
|
||||||
initrds = {
|
initrds = {
|
||||||
initrd = "${config.system.build.initialRamdisk}/initrd";
|
initrd = "${config.system.build.initialRamdisk}/initrd";
|
||||||
squashes = "${(
|
nix-store = "${(
|
||||||
netbootpkgs.makeCpioRecursive {
|
netbootpkgs.makeCpioRecursive {
|
||||||
name = "better-initrd";
|
name = "better-initrd";
|
||||||
inherit (config.boot.initrd) compressor;
|
inherit (config.boot.initrd) compressor;
|
||||||
root = config.system.build.squashfsStore;
|
root = config.system.build.squashfsStore;
|
||||||
}
|
}
|
||||||
)}/initrd";
|
)}/initrd";
|
||||||
squashmanifest = "${pkgs.makeInitrd {
|
manifest = "${pkgs.makeInitrd {
|
||||||
inherit (config.boot.initrd) compressor;
|
inherit (config.boot.initrd) compressor;
|
||||||
contents =
|
contents =
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user