1
0

feat(readme): add command for setup boot.net

This commit is contained in:
2026-04-25 10:55:53 +02:00
parent 734e23d272
commit e1cfb44e05

View File

@@ -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
```