Skip to content

Commit

Permalink
fix: Disable all auto partitioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hung3a8 committed Jul 12, 2024
1 parent 3ea9f07 commit 2dc659d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions seeds/prod.preseed
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ d-i ubiquity/use_nonfree true
d-i ubiquity/install_oem false

### Partitioning
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string regular
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-auto/choose_recipe select atomic
# d-i partman-auto/disk string /dev/sda
# d-i partman-auto/method string regular
# d-i partman-lvm/device_remove_lvm boolean true
# d-i partman-md/device_remove_md boolean true
# d-i partman-auto/choose_recipe select atomic

# This makes partman automatically partition without confirmation
# d-i partman-partitioning/confirm_write_new_label boolean true
Expand Down

0 comments on commit 2dc659d

Please sign in to comment.