summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu/dapper
diff options
context:
space:
mode:
authorFrans Pop <fjp@debian.org>2009-12-27 17:56:06 (GMT)
committerFrans Pop <fjp@debian.org>2009-12-27 17:56:06 (GMT)
commit622907340ef1d8e3d6b369f6c2c18ab9fe5a5571 (patch)
tree9209eff9a81935849448448a1459d19adc4f8607 /scripts/ubuntu/dapper
parentd11a251a6982b7ace33c7ae4a5c0bdacb1fbd625 (diff)
downloaddebootstrap-622907340ef1d8e3d6b369f6c2c18ab9fe5a5571.zip
debootstrap-622907340ef1d8e3d6b369f6c2c18ab9fe5a5571.tar.gz
debootstrap-622907340ef1d8e3d6b369f6c2c18ab9fe5a5571.tar.bz2
Remove trailing space in scripts
r61883
Diffstat (limited to '')
-rw-r--r--scripts/ubuntu/dapper8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/ubuntu/dapper b/scripts/ubuntu/dapper
index e57680a..af83c0c 100644
--- a/scripts/ubuntu/dapper
+++ b/scripts/ubuntu/dapper
@@ -19,7 +19,7 @@ esac
work_out_debs () {
required="$(get_debs Priority: required)"
- if doing_variant -; then
+ if doing_variant -; then
#required="$required $(get_debs Priority: important)"
# ^^ should be getting debconf here somehow maybe
base="$(get_debs Priority: important)"
@@ -123,7 +123,7 @@ second_stage_install () {
info UNPACKREQ "Unpacking required packages..."
- smallyes '' |
+ smallyes '' |
(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 |
dpkg_progress $baseprog $bases UNPACKREQ "Unpacking required packages" UNPACKING) 7>&1
@@ -139,7 +139,7 @@ echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/
setup_dselect_method apt
- smallyes '' |
+ smallyes '' |
(in_target_failmsg CONF_REQ_FAIL "Failure while configuring required packages." "" \
dpkg --status-fd 8 --configure --pending --force-configure-any --force-depends 8>&1 1>&7 |
dpkg_progress $baseprog $bases CONFREQ "Configuring required packages" CONFIGURING) 7>&1
@@ -149,7 +149,7 @@ echo \"Warning: Fake start-stop-daemon called, doing nothing\"" > "$TARGET/sbin/
info UNPACKBASE "Unpacking the base system..."
- smallyes '' |
+ smallyes '' |
(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-auto-select --force-overwrite --force-confold --skip-same-version --unpack $(debfor $base) 8>&1 1>&7 |
dpkg_progress $baseprog $bases UNPACKBASE "Unpacking base system" UNPACKING) 7>&1