daily pastebin goal
81%
SHARE
TWEET

Untitled

a guest Dec 11th, 2012 1 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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.               100 1000 1000000000 ext3 \
  10.                       $defaultignore{ } \
  11.                       $primary { } \
  12.                       method{ lvm } \
  13.                       device{ /dev/md0 } \
  14.                       vg_name{ vg_root } \
  15.               . \
  16.               512 512 200% linux-swap \
  17.                       $lvmok{ } \
  18.                       in_vg { vg_root } \
  19.                       lv_name{ lv_swap } \
  20.                       method{ swap } format{ } \
  21.               . \
  22.               100 1000 8000 ext4 \
  23.                       $lvmok{ } \
  24.                       in_vg{ vg_root } \
  25.                       lv_name{ lv_root } \
  26.                       method{ format } format{ } \
  27.                       use_filesystem{ } filesystem{ ext4 } \
  28.                       mountpoint{ / } \
  29.               .
  30.               100 1000 1000000000 ext4 \
  31.                       $lvmok{ } \
  32.                       in_vg{ vg_root } \
  33.                       lv_name{ lv_home } \
  34.                       method{ format } format{ } \
  35.                       use_filesystem{ } filesystem{ ext4 } \
  36.                       mountpoint{ / } \
  37.               .
RAW Paste Data
Top