feat: initial commit

This commit is contained in:
Rudra Saraswat 2026-04-01 21:26:27 +01:00
commit 8085c747cb
14 changed files with 926 additions and 0 deletions

View file

@ -0,0 +1,20 @@
#!/bin/bash
check() {
return 0
}
depends() {
echo base
return 0
}
installkernel() {
hostonly="" instmods overlay
}
install() {
inst touch
inst_hook pre-pivot 15 "$moddir/handle-update.sh"
}