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:
Daniel Barlow 2023-04-23 23:29:53 +01:00
parent 151dc88c28
commit 6d6dbe1cbb
2 changed files with 7 additions and 3 deletions

View file

@ -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";
};