pmaports/main/pmbootstrap/pmbootstrap.post-install

7 lines
54 B
Text
Raw Normal View History

#!/bin/sh
modprobe binfmt_misc
modprobe loop
exit 0