pmaports/main/pmbootstrap/pmbootstrap.post-install

6 lines
54 B
Bash

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