scripts icon indicating copy to clipboard operation
scripts copied to clipboard

add partition slection when backing up the original firmware

Open inspireMeNow opened this issue 1 year ago • 3 comments

The current script backups up the firmware to the first partition in the USB drive by default. This commit will support back up the original firmware to the custom partition. I also found that when the USB drive has uneven partitions, the baking up process will be failure. For example, if /dev/sdc only have a partition named /dev/sdc4, the backing up process will be failure. This commit will fix it.

inspireMeNow avatar Jul 12 '23 17:07 inspireMeNow

so contrary to the PR/commit messages, this only adds selection of the partition when restoring the stock firmware from USB, not for when backing up

MrChromebox avatar Jul 12 '23 19:07 MrChromebox

Sorry, I didn't see the comment correctly, I will add partition selection in backup and restore process later.

inspireMeNow avatar Jul 13 '23 02:07 inspireMeNow

Now I have added the partition selection in backup process.

inspireMeNow avatar Jul 13 '23 04:07 inspireMeNow