aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pmbootstrap/pmbootstrap.post-install
blob: 8c2a70b63d258d527e136907720c4ad7aeb2df4e (plain)
1
2
3
4
5
6
#!/bin/sh

modprobe binfmt_misc
modprobe loop

exit 0