summaryrefslogtreecommitdiff
path: root/scripts/image_signing/convert_recovery_to_full_ssd.sh
Commit message (Collapse)AuthorAgeFilesLines
* signer scripts: unmount loop devices without -d arg to umountGaurav Shah2012-04-091-1/+1
| | | | | | | | | | | | | | | | | Investigations in crosbug.com/26483 revealed a bug in loop device handling if 'umount -d' was called on loop devices mounted using 'mount -o loop'. This CL changes all invocations of umount to remove the -d option since they are always in the context of a loop device creating using -o loop. BUG=chrome-os-partner:8156 TEST=none Change-Id: I96f30664c3f9148d3b57d430002512d8e94b66bc Reviewed-on: https://gerrit.chromium.org/gerrit/19858 Reviewed-by: David James <davidjames@chromium.org> Commit-Ready: Gaurav Shah <gauravsh@chromium.org> Tested-by: Gaurav Shah <gauravsh@chromium.org>
* Add script to convert a recovery image to a factory-usable SSD imageGaurav Shah2011-05-021-0/+75
Change-Id: I156e1d5951e99f76c821e543cdaee751333fac41 BUG=none TEST=none Review URL: http://codereview.chromium.org/6909005