index
:
alicelinux
clang
community
core
extra
gcc
main
pages
staging
Minimal busybox + musl + clang + libressl distro
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repos
/
extra
/
linux
/
postinstall
blob: c534c66dde342219bad473683611cd26ab05560c (
plain
)
1
2
3
#!/bin/sh
for
i
in
/lib/modules/*
;
do
depmod
${
i
##*/
}
;
done