6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/sh
|
|
|
|
modprobe binfmt_misc
|
|
modprobe loop
|
|
|
|
exit 0
|