Message ID | 20121205191213.17682.32753.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_dispatcher/device/master.py' --- lava_dispatcher/device/master.py 2012-11-30 01:57:34 +0000 +++ lava_dispatcher/device/master.py 2012-12-05 19:10:40 +0000 @@ -580,6 +580,7 @@ session.run('mount /dev/disk/by-label/testboot /mnt/lava/boot') session._client.target_extract(session, boottbz2, '/mnt/lava') _recreate_uInitrd(session, target) + session.run('umount /mnt/lava/boot') def _update_uInitrd_partitions(session, rc_filename):