davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.49k stars 147 forks source link

Feature request: Cancel button when writing to SD #93

Closed mn1del closed 7 years ago

mn1del commented 7 years ago

Firstly, I love PiBakery, so thank you! I have a feature request - fairly self-explanatory from the subject field. The issue is when I hit "write", and then immediately realise that there's something I'd like to change... I need to wait for it to finish Writing to SD with apparently no way of cancelling it.

Keep up the great work!

davidferguson commented 7 years ago

Currently PiBakery uses etcher-image-write and CommandLineDiskImager to write the image (although will move to just using etcher-image-write in the future). Sadly both of these don't offer a cancel/abort/pause feature yet, so it's not something I can easily implement in PiBakery.

The folks who make etcher-image-write have been pretty open to suggestions though, so I'll ask them and if it gets implemented, I'll add it to PiBakery too.