Advertisement
Guest User

abaday

a guest
Jul 24th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. d-i partman-auto/method string regular
  2. d-i partman-lvm/device_remove_lvm boolean true
  3. d-i partman-md/device_remove_md boolean true
  4. d-i partman-lvm/confirm boolean true
  5. d-i partman-auto/choose_recipe select atomic
  6. d-i partman/default_filesystem string ext4
  7. d-i partman/confirm_write_new_label boolean true
  8. d-i partman/choose_partition select finish
  9. d-i partman/confirm boolean true
  10. d-i partman-md/confirm boolean true
  11. d-i partman/confirm_nooverwrite boolean true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement