Skip to content

Instantly share code, notes, and snippets.

@Incognito
Created July 21, 2015 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Incognito/5dd90d602e8179f6b633 to your computer and use it in GitHub Desktop.
Save Incognito/5dd90d602e8179f6b633 to your computer and use it in GitHub Desktop.
make a writeable filesystem for rumprun
dd if=/dev/zero bs=1M count=1K of=mypartition.img
mke2fs mypartition.img
mkdir fs; sudo mount -o loop mypartition.img ./fs
sudo cp -r images/data/* fs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment