Handle device unmounting in os install command

This commit is contained in:
Juan Cruz Viotti
2015-05-02 10:34:11 -04:00
parent 144a155208
commit cd3245a631
4 changed files with 11 additions and 27 deletions

View File

@ -675,18 +675,6 @@ You can avoid this by passing the `--yes` boolean option.
You can quiet the progress bar by passing the `--quiet` boolean option.
You may have to unmount the device before attempting this operation.
See the `drives` command to get a list of all connected devices to your machine and their respective ids.
In Mac OS X:
$ sudo diskutil unmountDisk /dev/xxx
In GNU/Linux:
$ sudo umount /dev/xxx
Examples:
$ resin os install rpi.iso /dev/disk2