summaryrefslogtreecommitdiff
path: root/roles/installer
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-06 18:27:28 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-06 18:27:28 +0200
commit826f30eb0cfd7aa6ce2ec5c0bffed4e4836cface (patch)
tree3a97f6aa03ceeffac9e172e8f976b915636c32d5 /roles/installer
parentch-equinox-ws: some more packages (diff)
preseed/partman: nicer error text for not-enough-space
Diffstat (limited to 'roles/installer')
-rw-r--r--roles/installer/debian/preseed/templates/partman_early-command.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/debian/preseed/templates/partman_early-command.sh.j2 b/roles/installer/debian/preseed/templates/partman_early-command.sh.j2
index d974fd31..6ec77a36 100644
--- a/roles/installer/debian/preseed/templates/partman_early-command.sh.j2
+++ b/roles/installer/debian/preseed/templates/partman_early-command.sh.j2
@@ -42,7 +42,7 @@ cat <<EOF > /lib/partman/not-enough-space.d/00-ansible
#!/bin/sh
. /usr/share/debconf/confmodule
-db_input critical partman-auto/autopartitioning_failed || true
+db_input critical partman-auto/no_recipe || true
db_go || true
exit 1