question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Image configuration support

See original GitHub issue

By one-off, I mean changing some small thing about the image, like the hostname or a static ip address. One use case is for classrooms that may be using embedded devices and want to set them up without having to boot and log into each device (comes from here).

I’m guessing to make this work, the image file would have to have a FAT partition since that is pretty much the only partition type that works on all OSes without additional software. A simple solution might be to have the image file could have extended meta data mount this partition and open a configuration file in the OS default text editor when the image burn is finished instead of ejecting the drive. Or even better, a simple text editor built into Etcher so that Etcher can eject the drive when editing is finished.

For example, in our ev3dev OS for Raspberry Pi, users always need to edit config.txt to select which add-on board they are using since there are multiple add-on boards and they cannot be automatically detected.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:6
  • Comments:84 (53 by maintainers)

github_iconTop GitHub Comments

7reactions
ensoniccommented, Sep 27, 2016

+1 Another usecase for such a feature would be to setup wifi. On many devices entering the wifi settings is hard. I don’t want to complicate the feature request, but I wonder if it should be considered to be able to re-run the customization steps on a preflashed image?

5reactions
konmouzcommented, Dec 12, 2016

After a conversation with @alexandrosm regarding how (and if) image configuration can fit to v01, I have some exploration. The idea is to fit image configuration within ‘Image Info modal’. This window can appear by user’s request (when clicking the image name or the ‘i’ icon on the main UI window), or automatically when a new image is selected (only when necessary).

Pinging @jviotti & @taahirisaacs, to initiate this discussion. *Note: The modal is scrollable and current content is a rough estimation (would change according to the selected image).

Current ‘Image Information Modal’: screen shot 2016-12-12 at 18 58 37

Potential Update: screen shot 2016-12-12 at 18 57 55 screen shot 2016-12-12 at 18 58 02

Read more comments on GitHub >

github_iconTop Results From Across the Web

Image configuration resources - OpenShift Documentation
The image.config.openshift.io/cluster resource holds cluster-wide information about how to handle images. The canonical, and only valid name is cluster . Its ...
Read more >
Chapter 6. Image configuration resources
You can configure image registry settings by editing the image.config.openshift.io/cluster resource. The Machine Config Operator (MCO) watches the `image.config ...
Read more >
Manage OS images - Configuration Manager - Microsoft Learn
Learn the methods to manage OS images stored in Windows image (WIM) files.
Read more >
60+ Free Configuration & Software Images - Pixabay
67 Free images of Configuration ... Configuration and software high resolution images. Find your perfect picture for your project. ... This site is...
Read more >
Native Image Build Configuration - Oracle Help Center
A native-image.properties file is a regular Java properties file that can be used to specify native image configurations. The following properties are supported...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found