forked from DGNum/liminix
tftpboot: allow padding image with freeSpaceBytes
this is useful for writable filesystems so that there's more than an erase block of space to write into
This commit is contained in:
parent
151dc88c28
commit
6d6dbe1cbb
2 changed files with 7 additions and 3 deletions
|
@ -25,7 +25,7 @@ let
|
|||
in rec {
|
||||
boot = {
|
||||
tftp = {
|
||||
enable = true;
|
||||
freeSpaceBytes = 3 * 1024 * 1024;
|
||||
serverip = "10.0.0.1";
|
||||
ipaddr = "10.0.0.8";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue