Ejemplo n.º 1
0
 def umount_target_proc(self):
     "this is a default process"
     echo('unmounting target /proc')
     mount_target_proc(self.target, umount=True)
Ejemplo n.º 2
0
 def umount_target_proc(self):
     "this is a default process"
     echo('unmounting target /proc')
     mount_target_proc(self.target, umount=True)
Ejemplo n.º 3
0
 def mount_target_proc(self):
     "this is a default process"
     echo('mounting target /proc')
     mount_target_proc(self.target)
Ejemplo n.º 4
0
 def mount_target_proc(self):
     "this is a default process"
     echo('mounting target /proc')
     mount_target_proc(self.target)