You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a user, I want the ability to review the configuration settings that are configured for the OS image I have just written. Currently this is not possible unless valid destination media has been inserted into the workstation and selected as a target for writing the OS to.
Describe the solution you would like to see implemented
I would like to see a button in the UI that lets me view and/or edit the OS customizations that are configured. This may be OS specific, so I could see this being a way to view configurations that were used in the last write, or a way to select an OS image and view the customizations that are configured for that OS. In any case, being able to double-check the configuration settings that were used when writing the prior image is the most important point.
Describe alternatives you've considered
I could take out my sd card and put it back in and pretend to want to write to it again.
I could find a spare sd card and put it in and pretend to want to write to it.
I could dig through whatever files are on disk and view them, eg defaults read "${HOME}/Library/Preferences/org.raspberrypi.Imager.plist"
Additional context
N/A
Version
1.9.0 (Default)
The text was updated successfully, but these errors were encountered:
I removed this functionality in the 1.8 series releases, because there was no reliable and clear way to connect that button to the selected OS - without which connection users may believe an OS was being customised even when that was not possible.
Reintroducing this feature still has the same problem - how to make it clear across the range of cultures and languages that use Raspberry Pi Imager that the customisation will only be applied for a supported OS.
The only way forward I can see is to perform a large-scale UI change - the sort that will merit a major release. As such, I'm neither rejecting nor accepting this feature request, but I will be keeping it in consideration for a future milestone.
@tdewey-rpi what about being able to see the customizations after selecting the OS, but without having to select the destination media? That seems to be main limiting factor from my perspective as a user.
@tdewey-rpi what about being able to see the customizations after selecting the OS, but without having to select the destination media? That seems to be main limiting factor from my perspective as a user.
I could see that possibly working with a grey-enable button, so I'll have a think about it and build a prototype.
Is your feature request related to a problem? Please describe.
As a user, I want the ability to review the configuration settings that are configured for the OS image I have just written. Currently this is not possible unless valid destination media has been inserted into the workstation and selected as a target for writing the OS to.
Describe the solution you would like to see implemented
I would like to see a button in the UI that lets me view and/or edit the OS customizations that are configured. This may be OS specific, so I could see this being a way to view configurations that were used in the last write, or a way to select an OS image and view the customizations that are configured for that OS. In any case, being able to double-check the configuration settings that were used when writing the prior image is the most important point.
Describe alternatives you've considered
I could take out my sd card and put it back in and pretend to want to write to it again.
I could find a spare sd card and put it in and pretend to want to write to it.
I could dig through whatever files are on disk and view them, eg
defaults read "${HOME}/Library/Preferences/org.raspberrypi.Imager.plist"
Additional context
N/A
Version
1.9.0 (Default)
The text was updated successfully, but these errors were encountered: