forked from DGNum/liminix
twiddle docs
This commit is contained in:
parent
f030efbd49
commit
2d7bb6b2fa
2 changed files with 7 additions and 2 deletions
|
@ -114,7 +114,12 @@ Assuming you have nixpkgs checked out in a peer directory of this one,
|
||||||
|
|
||||||
NIX_PATH=nixpkgs=../nixpkgs:$NIX_PATH ./run-tests.sh
|
NIX_PATH=nixpkgs=../nixpkgs:$NIX_PATH ./run-tests.sh
|
||||||
|
|
||||||
## Diagnosing unexpectedly large images
|
Some of the tests require the emulated upstream connection to be running.
|
||||||
|
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
### Diagnosing unexpectedly large images
|
||||||
|
|
||||||
Sometimes you can add a package and it causes the image size to balloon
|
Sometimes you can add a package and it causes the image size to balloon
|
||||||
because it has dependencies on other things you didn't know about. Build the
|
because it has dependencies on other things you didn't know about. Build the
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
To test a router, we need an upstream connection. In this directory,
|
To test a router, we need an upstream connection. In this directory,
|
||||||
find
|
find
|
||||||
|
|
||||||
* run.sh, a script that will start a RouterOS image in qemu.
|
* chr.sh, a script that will start a RouterOS image in qemu.
|
||||||
Login when prompted, username is "admin", blank password
|
Login when prompted, username is "admin", blank password
|
||||||
* routeros.config, a set of commands you can feed into routeros
|
* routeros.config, a set of commands you can feed into routeros
|
||||||
to set up PPPoE
|
to set up PPPoE
|
||||||
|
|
Loading…
Reference in a new issue