Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. d-i partman-auto/disk string /dev/sda
  2. d-i partman-auto/method string regular
  3. d-i partman-lvm/device_remove_lvm boolean true
  4. d-i partman-md/device_remove_md boolean true
  5. d-i partman-lvm/confirm boolean true
  6. d-i partman/alignment string "optimal"
  7. d-i partman-auto/expert_recipe string
  8. boot-root ::
  9. 64 512 300% linux-swap
  10. $primary{ }
  11. method{ swap } format{ }
  12. .
  13. 500 10000 1000000000 ext4
  14. $primary{ } $bootable{ }
  15. method{ format } format{ }
  16. use_filesystem{ } filesystem{ ext4 }
  17. mountpoint{ / }
  18. .
  19. d-i partman/confirm_write_new_label boolean true
  20. d-i partman/choose_partition select finish
  21. d-i partman/confirm boolean true
  22. d-i partman/confirm_nooverwrite boolean true
  23.  
  24. boot-root ::
  25. 32768 65536 1000000000 ext4
  26. $primary{ } $bootable{ }
  27. method{ format } format{ }
  28. use_filesystem{ } filesystem{ ext4 }
  29. mountpoint{ / }
  30. .
  31. 16384 16384 65536 linux-swap
  32. $primary{ }
  33. method{ swap } format{ }
  34. .
  35.  
  36. d-i partman-basicfilesystems/choose_label string gpt
  37. d-i partman-basicfilesystems/default_label string gpt
  38. d-i partman-partitioning/choose_label string gpt
  39. d-i partman-partitioning/default_label string gpt
  40. d-i partman/choose_label string gpt
  41. d-i partman/default_label string gpt
  42.  
  43. 1 1 1 free
  44. $primary{}
  45. $bios_boot{}
  46. method{ biosgrub }
  47. .
  48.  
  49. 538 538 1075 free
  50. $iflabel{ gpt }
  51. $reusemethod{ }
  52. method{ efi }
  53. format{ } .
  54.  
  55. d-i partman-auto/expert_recipe string
  56. boot-root ::
  57. 1 1 -1 ext4
  58. $primary{ } $bootable{ }
  59. method{ format } format{ }
  60. use_filesystem{ } filesystem{ ext4 }
  61. mountpoint{ / }
  62. .
  63. 65536 65536 65536 linux-swap
  64. $primary{ }
  65. method{ swap } format { }
  66. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement