1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 09:48:35 +00:00
morpheus/stuff/enter-emul

10 lines
184 B
Plaintext
Raw Normal View History

2014-02-13 14:23:43 +00:00
#!/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