Changeset 595
- Timestamp:
- 03/29/07 15:08:44 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/applications/nightly_build_test_infrastructure/chroot.rb
r592 r595 69 69 run "#{@sudo}mount /dev #{@complete_path}/dev -o bind" 70 70 run "#{@sudo}echo \"cd /dev; /sbin/MAKEDEV generic; cd -\" >> /#{@complete_path}/root/dev_create" 71 run "#{@sudo ]chroot #{@complete_path} sh root/dev_create"71 run "#{@sudo}chroot #{@complete_path} sh root/dev_create" 72 72 73 73 return @complete_path
