コード例 #1
0
 def umount_target_proc(self):
     "this is a default process"
     echo('unmounting target /proc')
     mount_target_proc(self.target, umount=True)
コード例 #2
0
ファイル: machine.py プロジェクト: pombredanne/paella-svn
 def umount_target_proc(self):
     "this is a default process"
     echo('unmounting target /proc')
     mount_target_proc(self.target, umount=True)
コード例 #3
0
 def mount_target_proc(self):
     "this is a default process"
     echo('mounting target /proc')
     mount_target_proc(self.target)
コード例 #4
0
ファイル: machine.py プロジェクト: pombredanne/paella-svn
 def mount_target_proc(self):
     "this is a default process"
     echo('mounting target /proc')
     mount_target_proc(self.target)