Created
May 17, 2011 07:18
-
-
Save hasegawayosuke/976086 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# wget http://bellard.org/jslinux/root.bin | |
# mkdir mnt | |
# mount -o loop root.bin mnt | |
# dd if=/dev/zero of=/tmp/image bs=1k count=4096 | |
# mke2fs -m 0 -i 2000 /tmp/image | |
# mkdir mnt2 | |
# mount -t ext2 -o loop /tmp/image mnt2 | |
# cp -dpR mnt/* mnt2/ | |
# umount /mnt2 | |
and use CocProxy or Fiddler's AutoResponder for http://bellard.org/jslinux/root.bin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment