summaryrefslogtreecommitdiff
path: root/scripts/debian/sid
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/debian/sid')
-rw-r--r--scripts/debian/sid6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/debian/sid b/scripts/debian/sid
index 8685632..e1ee2e6 100644
--- a/scripts/debian/sid
+++ b/scripts/debian/sid
@@ -141,7 +141,7 @@ second_stage_install () {
exec 7>&1
smallyes '' |
- (repeat 5 in_target_failmsg UNPACK_REQ_FAIL_FIVE "Failure while unpacking required packages. This will be attempted up to five times." "" \
+ (repeatn 5 in_target_failmsg UNPACK_REQ_FAIL_FIVE "Failure while unpacking required packages. This will be attempted up to five times." "" \
dpkg --status-fd 8 --force-depends --unpack $(debfor $required) 8>&1 1>&7 || echo EXITCODE $?) |
dpkg_progress $baseprog $bases UNPACKREQ "Unpacking required packages" UNPACKING
@@ -167,14 +167,14 @@ echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/
info UNPACKBASE "Unpacking the base system..."
smallyes '' |
- (repeat 5 in_target_failmsg INST_BASE_FAIL_FIVE "Failure while installing base packages. This will be re-attempted up to five times." "" \
+ (repeatn 5 in_target_failmsg INST_BASE_FAIL_FIVE "Failure while installing base packages. This will be re-attempted up to five times." "" \
dpkg --status-fd 8 --force-overwrite --force-confold --skip-same-version --unpack $(debfor $base) 8>&1 1>&7 || echo EXITCODE $?) |
dpkg_progress $baseprog $bases UNPACKBASE "Unpacking base system" UNPACKING
info CONFBASE "Configuring the base system..."
smallyes '' |
- (repeat 5 \
+ (repeatn 5 \
in_target_failmsg CONF_BASE_FAIL "Failure while configuring base packages." "" \
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