diff --git a/README.md b/README.md index 195a4bd..e0f749d 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,11 @@ If the line isn't there, add it and mount: ```bash mount -a ``` + +### NET +In the bootloader: +```bash +setenv boot_scripts boot.net +saveenv +boot +```