From e1cfb44e0500ee02d6b62522ec504a3ac75b46a1 Mon Sep 17 00:00:00 2001 From: fastium Date: Sat, 25 Apr 2026 10:55:53 +0200 Subject: [PATCH] feat(readme): add command for setup boot.net --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```