diff options
Diffstat (limited to 'roles/netinstall')
-rw-r--r-- | roles/netinstall/templates/debian.preseed.cfg.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/netinstall/templates/debian.preseed.cfg.j2 b/roles/netinstall/templates/debian.preseed.cfg.j2 index 4490067..37593af 100644 --- a/roles/netinstall/templates/debian.preseed.cfg.j2 +++ b/roles/netinstall/templates/debian.preseed.cfg.j2 @@ -192,7 +192,7 @@ d-i partman-lvm/confirm_nooverwrite boolean true # - home: separate /home partition # - multi: separate /home, /var, and /tmp partitions #d-i partman-auto/choose_recipe select atomic -d-i partman-auto/choose_recipe select home +d-i partman-auto/choose_recipe select atomic # Or provide a recipe of your own... # If you have a way to get a recipe file into the d-i environment, you can |