rewrite based on reference project from github

This commit is contained in:
2026-01-30 22:58:37 +01:00
parent 1e884eec99
commit 4790e69113
4 changed files with 74 additions and 18 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
check() {
return 0
}
depends() {
echo network url-lib
return 0
}
install() {
inst_hook cmdline 90 "$moddir/parse-netboot.sh"
inst_hook pre-mount 90 "$moddir/mount-netboot.sh"
inst_multiple wget curl
}