Advertisement
Guest User

Untitled

a guest
Dec 11th, 2012
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. d-i partman-auto/expert_recipe string \
  2. boot-swap-root :: \
  3. 1000 8000 8000 raid \
  4. $primary{ } method{ raid } \
  5. . \
  6. 500 10000 1000000000 raid \
  7. method{ raid } \
  8. .
  9. 512 512 512 ext3 \
  10. $defaultignore{ } \
  11. $primary { } \
  12. method{ format } format{ } \
  13. use_filesystem{ } filesystem{ ext4 } \
  14. device{ /dev/md0 } \
  15. . \
  16. 100 1000 1000000000 ext3 \
  17. $defaultignore{ } \
  18. method{ crypto } \
  19. device{ /dev/md1 } \
  20. vg_name{ vg_root } \
  21. . \
  22. 512 512 200% linux-swap \
  23. $lvmok{ } \
  24. in_vg { vg_root } \
  25. lv_name{ lv_swap } \
  26. method{ swap } format{ } \
  27. . \
  28. 100 1000 8000 ext4 \
  29. $lvmok{ } \
  30. in_vg{ vg_root } \
  31. lv_name{ lv_root } \
  32. method{ format } format{ } \
  33. use_filesystem{ } filesystem{ ext4 } \
  34. mountpoint{ / } \
  35. .
  36. 100 1000 1000000000 ext4 \
  37. $lvmok{ } \
  38. in_vg{ vg_root } \
  39. lv_name{ lv_home } \
  40. method{ format } format{ } \
  41. use_filesystem{ } filesystem{ ext4 } \
  42. mountpoint{ / } \
  43. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement