TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Creating purpose-built TinyCoreLinux Images

84 pointsby _cbdevover 9 years ago

6 comments

serguzestover 9 years ago
I wouldn't bother with this. There is an excellent project named Buildroot for the exact purpose. There is also Yocto but it generates bigger images in their recommended configuration but you can always tweak it.
评论 #10527423 未加载
评论 #10526738 未加载
评论 #10526707 未加载
mwcampbellover 9 years ago
As I get some pleasure out of writing scripts to build finely tuned minimal images like this, I found the article interesting. However, I think manipulating a qcow2 image directly via nbd is over-complicating it. I think it would be better to create a sparse file, mount that via a loopback device, work with that, and then convert it to a qcow2 image (or vmdk or whatever) at the end.
评论 #10525790 未加载
评论 #10525509 未加载
jensmittagover 9 years ago
Thank you guys for all the links to related projects. I need to create embedded Linux image for a project in the near future, so your links are quite handy.
diminishover 9 years ago
Does anyone have an idea how a minimal base Linux image can run inside a browser? Like can we create a small virtual Linux server right inside a browser?
评论 #10525721 未加载
评论 #10525760 未加载
ilurkover 9 years ago
Can anyone tell what are the differences between a TinyCoreLinux image and a Rumpkernel, and the practical implications of those differences?
评论 #10528912 未加载
thoughtexptover 9 years ago
Is the Linux kernel compatible with multiboot specification yet?<p><a href="http:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;grub&#x2F;manual&#x2F;multiboot&#x2F;multiboot.html" rel="nofollow">http:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;grub&#x2F;manual&#x2F;multiboot&#x2F;multiboot....</a>
评论 #10525785 未加载