diff options
author | Aaron LI <aly@aaronly.me> | 2017-06-22 09:25:58 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-06-22 09:25:58 +0800 |
commit | ce049d0b1ee5e15fcb9324c44cb44419be78a5ed (patch) | |
tree | 556bdafd85bad483911256337289627b8d2ad880 /roles/netinstall | |
parent | 916be89bd81f890e993cea8bb89d7501e5883c9c (diff) | |
download | debian-hpc-master.tar.bz2 |
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 |