diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-31 20:54:45 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-31 20:54:45 +0100 |
commit | c08bfdfbd9f85f8c71e069f5313ea11bd2ab029b (patch) | |
tree | 53b288ca8024f06b95ea6cd1ecb6e8e72774e7c0 /bin/g-i-installation.sh | |
parent | e601f41192228aa8578c95fa9c5a1448988d36cd (diff) | |
download | jenkins.debian.net-c08bfdfbd9f85f8c71e069f5313ea11bd2ab029b.tar.xz |
g-i: give hurd more time…
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-x | bin/g-i-installation.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 7f6c2895..fb5aaed4 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -1356,6 +1356,8 @@ case $NAME in ;; debian-edu_*wheezy*standalone*) monitor_system install wait4match 1200 100 ;; + *hurd*) monitor_system install wait4match 1200 100 + ;; *) monitor_system install wait4match ;; esac |