TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Creating purpose-built TinyCoreLinux Images

84 点作者 _cbdev超过 9 年前

6 条评论

serguzest超过 9 年前
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 未加载
mwcampbell超过 9 年前
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 未加载
jensmittag超过 9 年前
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.
diminish超过 9 年前
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 未加载
ilurk超过 9 年前
Can anyone tell what are the differences between a TinyCoreLinux image and a Rumpkernel, and the practical implications of those differences?
评论 #10528912 未加载
thoughtexpt超过 9 年前
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 未加载