feat: use bind mount instead of overlay for /usr

This commit is contained in:
Rudra Saraswat 2026-04-02 02:43:34 +01:00
parent eb7a52e5d6
commit d09d0960de
2 changed files with 2 additions and 4 deletions

View file

@ -10,7 +10,7 @@ depends() {
}
installkernel() {
hostonly="" instmods overlay
return 0
}
install() {