Add support for detecting a distro from a rootfs even on another OS
See original GitHub issueI would be interested to run a distro detection based on some rootfs-like archive for aLinux distro and that on any OS. It could be a a plain pre-imaged rootfs, a container image, a VM image or similar and I would like to detect what it is regardless of which OS distro
runs on.
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Two linux distributions, grub does not detect other one
The fix · Choose a Linux installation to be the maintainer of GRUB · Add custom menu entries for the other Linux installation...
Read more >termux/proot-distro - GitHub
If you need a custom version, you will need to add it on your own. See Adding distribution. Here are the supported distributions:...
Read more >Distro Boot - Toradex Developer Center
When Distro Boot is enabled in U-Boot, you can boot any supported distribution for your platform simply by placing an image in a...
Read more >The Ultimate Guide to Windows Subsystem for Linux ...
Learn how to natively work within Linux on Windows 10 with Windows Subsystem for Linux (WSL in Windows) in this HUGE guide!
Read more >7.4 Distribution Configuration | Building a Custom Linux ...
Build your own operating system images. Rudolf Streif details how to use the Yocto Project to create your own customized Linux distribution ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is this ready to be closed as fixed by #247?
Assuming that we (we being the world) want to standardize retrieving the linux distrubtion information, I guess that not using
lsb_release
at all but rather implementing the major distribution’s implementation oflsb_release
(whatever is not already explicitly implemented in distro) would be great. This would not only force standardization but also remove a known yet arbitrarily implemented dependency onlsb_release
.