forked from dan/liminix
set qemu flash erase block size
This commit is contained in:
parent
2566dc564c
commit
29c7af5892
@ -54,6 +54,7 @@
|
|||||||
inherit (pkgs.liminix.networking) interface;
|
inherit (pkgs.liminix.networking) interface;
|
||||||
in {
|
in {
|
||||||
defaultOutput = "vmroot";
|
defaultOutput = "vmroot";
|
||||||
|
flash.eraseBlockSize = "65536"; # c.f. pkgs/mips-vm/mips-vm.sh
|
||||||
networkInterfaces = {
|
networkInterfaces = {
|
||||||
lan = interface { device = "eth0"; };
|
lan = interface { device = "eth0"; };
|
||||||
wan = interface { device = "eth1"; };
|
wan = interface { device = "eth1"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user