aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2017-06-22 09:25:58 +0800
committerAaron LI <aly@aaronly.me>2017-06-22 09:25:58 +0800
commitce049d0b1ee5e15fcb9324c44cb44419be78a5ed (patch)
tree556bdafd85bad483911256337289627b8d2ad880
parent916be89bd81f890e993cea8bb89d7501e5883c9c (diff)
downloaddebian-hpc-ce049d0b1ee5e15fcb9324c44cb44419be78a5ed.tar.bz2
netinstall: do not create /home, as it will be mounted from NFSHEADmaster
-rw-r--r--roles/netinstall/templates/debian.preseed.cfg.j22
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