summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/gutsy2
-rw-r--r--scripts/sid2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gutsy b/scripts/gutsy
index b93c6b6..24c6a3f 100644
--- a/scripts/gutsy
+++ b/scripts/gutsy
@@ -203,7 +203,7 @@ echo \"Warning: Fake initctl called, doing nothing\"" > "$TARGET/sbin/initctl"
info CONFBASE "Configuring the base system..."
smallyes '' |
- (repeatn 5 in_target_failmsg CONF_BASE_FAIL_FIVE "Failure while configuring base packages. This will be attempted 5 times." "" \
+ (repeatn 5 in_target_failmsg CONF_BASE_FAIL_FIVE "Failure while configuring base packages. This will be re-attempted up to five times." "" \
dpkg --status-fd 8 --force-confold --skip-same-version --configure -a 8>&1 1>&7 |
dpkg_progress $baseprog $bases CONFBASE "Configuring base system" CONFIGURING) 7>&1
diff --git a/scripts/sid b/scripts/sid
index e46a3cb..afe87d2 100644
--- a/scripts/sid
+++ b/scripts/sid
@@ -187,7 +187,7 @@ echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/
info CONFBASE "Configuring the base system..."
smallyes '' |
- (repeatn 5 in_target_failmsg CONF_BASE_FAIL "Failure while configuring base packages." "" \
+ (repeatn 5 in_target_failmsg CONF_BASE_FAIL_FIVE "Failure while configuring base packages. This will be re-attempted up to five times." "" \
dpkg --status-fd 8 --force-confold --skip-same-version --configure -a 8>&1 1>&7 || echo EXITCODE $?) |
dpkg_progress $baseprog $bases CONFBASE "Configuring base system" CONFIGURING