From 826f30eb0cfd7aa6ce2ec5c0bffed4e4836cface Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 6 Jul 2020 18:27:28 +0200 Subject: preseed/partman: nicer error text for not-enough-space --- roles/installer/debian/preseed/templates/partman_early-command.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/installer') 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 < /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 -- cgit v1.2.3