daily pastebin goal
52%
SHARE
TWEET

Untitled

a guest Nov 28th, 2016 6 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. d-i     partman-auto/expert_recipe string        \
  2.            boot-root ::                          \
  3.              256 30 512 raid                     \
  4.                 $lvmignore{ }                    \
  5.                 $primary{ } method{ raid }       \
  6.              .                                   \
  7.              8096 35 -1 raid                     \
  8.                 $lvmignore{ }                    \
  9.                 $primary{ } method{ raid }       \
  10.              .                                   \
  11.              8096 8096 8096 ext4                 \
  12.                 $defaultignore{ }                \
  13.                 $lvmok{ }                        \
  14.                 lv_name{ root }                  \
  15.                 method{ format }                 \
  16.                 format{ }                        \
  17.                 use_filesystem{ }                \
  18.                 filesystem{ ext4 }               \
  19.                 mountpoint{ / }                  \
  20.              .                                   \
  21.              1024 55 -1 ext4                     \
  22.                 $defaultignore{ }                \
  23.                 $lvmok{ }                        \
  24.                 lv_name{ backup }                \
  25.                 method{ format }                 \
  26.                 format{ }                        \
  27.                 use_filesystem{ }                \
  28.                 filesystem{ ext4 }               \
  29.                 mountpoint{ /backup }            \
  30.              .                                   \
  31.              2048 2048 2048 swap                 \
  32.                 $defaultignore{ }                \
  33.                 $lvmok{ }                        \
  34.                 lv_name{ swap }                  \
  35.                 method{ swap }                   \
  36.                 format{ }                        \
  37.             .
RAW Paste Data
Top