From 0b2236962cd4042b65be18bef11ca64a3d3d3e4a Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 12 Jun 2025 18:17:33 -0400 Subject: [PATCH] lang: core: embedded: provisioner: Separate home is rare Maybe one day we want this off to prevent storage issues, but not today. --- lang/core/embedded/provisioner/files/kickstart.ks.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/core/embedded/provisioner/files/kickstart.ks.tmpl b/lang/core/embedded/provisioner/files/kickstart.ks.tmpl index e96cd2cb..9b4c7b55 100644 --- a/lang/core/embedded/provisioner/files/kickstart.ks.tmpl +++ b/lang/core/embedded/provisioner/files/kickstart.ks.tmpl @@ -93,11 +93,11 @@ fi zerombr clearpart --all --initlabel --disklabel={{ if .bios }}msdos{{ else }}gpt{{ end }} {{ if eq .part "btrfs" -}} -autopart --type=btrfs --noswap +autopart --type=btrfs --noswap --nohome {{- else if eq .part "plain" -}} -autopart --type=plain +autopart --type=plain --nohome {{- else -}} -autopart --type=plain +autopart --type=plain --nohome {{- end }} #