Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个 Linux 嵌入式系统,我们想从 Flash 文件系统启动,但有一个 RAMFS 嵌入到内核中,启动后内核可以看到它。
是否可以在 Linux 内核(v3.3)中嵌入一个 RAM 文件系统,可以在内核启动后使用,内核不用于启动?
谢谢。
绝对地!只需制作一个脚本,将 tmpfs 安装在您首选的安装点上,并在其中提取一个捆绑在您的 rootfs 中的 tarball。