Changeset 2778

Show
Ignore:
Timestamp:
08/27/08 19:41:16 (3 months ago)
Author:
dhozac
Message:

Device nodes live here, so do the rbind using -o dev.

Files:

Legend:

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

    r2772 r2778  
    953953 
    954954    isAvoidNamespace "$cfgdir" || \ 
    955         $_SECURE_MOUNT --rbind -n "$vdir" "/" 
     955        $_SECURE_MOUNT --rbind -n -o dev "$vdir" "/" 
    956956} 
    957957