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:
@@ -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";
|
||||
};
|
||||
|
Reference in New Issue
Block a user