Infini-STICK: fix typo in tmpfs size
This commit is contained in:
parent
1a4370d9d7
commit
c8704414d4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ in
|
||||||
"/" = {
|
"/" = {
|
||||||
device = "none";
|
device = "none";
|
||||||
fsType = "tmpfs";
|
fsType = "tmpfs";
|
||||||
options = [ "defaults" "size=4GB" "mode=755" ];
|
options = [ "defaults" "size=4G" "mode=755" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"/media/main" = mkMain' [ ];
|
"/media/main" = mkMain' [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue