lang: core: embedded: provisioner: Separate home is rare

Maybe one day we want this off to prevent storage issues, but not today.
This commit is contained in:
James Shubin
2025-06-12 18:17:33 -04:00
parent ee7ad7cbbe
commit 0b2236962c

View File

@@ -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 }}
#