1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-27 14:28:34 +00:00
morpheus/stuff/enter-emul
2014-02-13 14:28:06 +00:00

10 lines
184 B
Bash
Executable File

#!/bin/sh
cp /etc/resolv.conf /emul/etc/resolv.conf
mount -B /proc /emul/proc
mount -B /sys /emul/sys
mount -B /dev /emul/dev
mount -B /dev/pts /emul/dev/pts
chroot /emul /bin/sh -l