outputs.rootubifs -> ubifs
This commit is contained in:
parent
db4f098c02
commit
6cd5b90678
@ -13,11 +13,6 @@ in
|
|||||||
./initramfs.nix
|
./initramfs.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
options.system.outputs.rootubifs = mkOption {
|
|
||||||
type = types.package;
|
|
||||||
internal = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
options.hardware.ubi = {
|
options.hardware.ubi = {
|
||||||
minIOSize = mkOption { type = types.str; };
|
minIOSize = mkOption { type = types.str; };
|
||||||
logicalEraseBlockSize = mkOption { type = types.str; }; # LEB
|
logicalEraseBlockSize = mkOption { type = types.str; }; # LEB
|
||||||
@ -33,7 +28,7 @@ in
|
|||||||
};
|
};
|
||||||
boot.initramfs.enable = true;
|
boot.initramfs.enable = true;
|
||||||
system.outputs = {
|
system.outputs = {
|
||||||
rootubifs =
|
rootfs =
|
||||||
let
|
let
|
||||||
inherit (pkgs.pkgsBuildBuild) runCommand mtdutils;
|
inherit (pkgs.pkgsBuildBuild) runCommand mtdutils;
|
||||||
cfg = config.hardware.ubi;
|
cfg = config.hardware.ubi;
|
||||||
|
@ -81,7 +81,7 @@ in
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
disk = ubiDisk {
|
disk = ubiDisk {
|
||||||
initramfs = config.system.outputs.rootubifs; # liminix.builders.squashfs config.filesystem.contents; # # assert this is a proper FIT.
|
initramfs = config.system.outputs.rootfs; # ???
|
||||||
};
|
};
|
||||||
|
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user