diff options
Diffstat (limited to 'testing/scripts/start-umls')
-rwxr-xr-x | testing/scripts/start-umls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/start-umls b/testing/scripts/start-umls index 018bad010..6ef79f587 100755 --- a/testing/scripts/start-umls +++ b/testing/scripts/start-umls @@ -57,7 +57,7 @@ do [ -f $UMLHOSTFS ] || die "!! uml root file system '$UMLHOSTFS' not found" cecho-n " * Starting ${host}.." - eval screen -dmS ${host} "$UMLKERNEL \ + eval screen -dmS ${host} "nice $UMLKERNEL \ umid=${host} \ ubda=$UMLHOSTFS \ \$SWITCH_${host} \ |