From ce049d0b1ee5e15fcb9324c44cb44419be78a5ed Mon Sep 17 00:00:00 2001
From: Aaron LI <aly@aaronly.me>
Date: Thu, 22 Jun 2017 09:25:58 +0800
Subject: netinstall: do not create /home, as it will be mounted from NFS

---
 roles/netinstall/templates/debian.preseed.cfg.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'roles/netinstall')

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
-- 
cgit v1.2.2