/rootfs_making

若干个根文件系统制作样例 | Several examples of making root filesystem

Primary LanguageShellGNU General Public License v2.0GPL-2.0

根文件系统制作 | Root Filesystem Making

简介 | Introduction

  • 若干个根文件系统制作样例。

    Several examples of making root filesystem.

  • 本项目仅供学习之用!强烈不建议生产环境使用

    This project is for STUDYINIG ONLY! Use in PRODUCTION environment is STRONGLY DISCOURAGED!

简单演示 | Simple Demonstration

进入你感兴趣的样例目录,并执行以下操作:

Switch to one of the example directories that interests you, and perform the following operations:

$ make init # Only needed at the first time
$
$ make help # If you need help
$
$ make menuconfig && make # Or other directives depending on your need and the help info above

许可证 | License

GPL-2.0