diff options
| author | Jonathan Bauer | 2014-06-25 17:22:26 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-06-25 17:22:26 +0200 |
| commit | 6c85c8246552f0bcbd68512999aa65d829edc951 (patch) | |
| tree | 4e38bf22568abb604886d9d41a0198c997f1335b /remote/rootfs | |
| parent | dont exit, else xfwm4 will not be created (diff) | |
| download | tm-scripts-6c85c8246552f0bcbd68512999aa65d829edc951.tar.gz tm-scripts-6c85c8246552f0bcbd68512999aa65d829edc951.tar.xz tm-scripts-6c85c8246552f0bcbd68512999aa65d829edc951.zip | |
[rootfs-stage32] ditro logo max tries and timeout
Diffstat (limited to 'remote/rootfs')
| -rw-r--r-- | remote/rootfs/rootfs-stage32/module.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/rootfs/rootfs-stage32/module.build b/remote/rootfs/rootfs-stage32/module.build index 1a582d75..62876bc4 100644 --- a/remote/rootfs/rootfs-stage32/module.build +++ b/remote/rootfs/rootfs-stage32/module.build @@ -126,7 +126,7 @@ post_copy() { local DIST=$(lsb_release -si) if [ -n "$DIST" ]; then [ -z "$CFG_DISTLOGO_URL" ] && CFG_DISTLOGO_URL='http://mltk-services.ruf.uni-freiburg.de/distro_logo.php?distro=' - wget -O "$TARGET_BUILD_DIR/etc/distro.png" "${CFG_DISTLOGO_URL}${DIST}" + wget -t 3 -T 3 -O "$TARGET_BUILD_DIR/etc/distro.png" "${CFG_DISTLOGO_URL}${DIST}" if [ ! -s "$TARGET_BUILD_DIR/etc/distro.png" ]; then rm -f "$TARGET_BUILD_DIR/etc/distro.png" pwarning "Could not download distro-logo" |
