Changeset 2698

Show
Ignore:
Timestamp:
03/02/08 15:04:29 (9 months ago)
Author:
dhozac
Message:

Workaround kernel oddities.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/vserver-build.functions

    r2676 r2698  
    265265{ 
    266266    local guest="$1" 
    267     local timeout="$2
     267    local timeout="${2:-15}
    268268    $_VSERVER "$guest" start --rescue --rescue-init bash -c " 
    269269        exec  > /dev/null 
     
    279279{ 
    280280    local guest="$1" 
    281     $_VKILL --xid "$guest" -s INT -- 1 
    282 } 
     281    $_VKILL --xid "$guest" -s INT -- 0 
     282}