Advertisement
Guest User

Untitled

a guest
May 21st, 2011
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. mmc {
  2. name = "internal";
  3. partition {
  4. fs_type = "vfat";
  5. prefix = "mydocs";
  6. no_create = true;
  7. }
  8. partition {
  9. size = 2048;
  10. fs_type = "ext3";
  11. prefix = "home";
  12. }
  13. partition {
  14. size = 768;
  15. fs_type = "swap";
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement