技术栈

hi3798

IOsetting
2 年前
linux·ubuntu·rootfs·hi3798·n2ns1
Hi3798MV200 恩兔N2 NS-1 (三): 制作 Ubuntu rootfs在 Linux 中, 所有的文件和目录被组织成一个树状的结构, 而根文件系统, rootfs, the root filesystem, 位于文件树的顶层(路径’/'). Linux 内核通过 root = 设置的参数挂载 rootfs. 在根文件系统中也包含了其它文件树的挂载点(mount points), 用于将其它文件(设备)挂载到当前环境中, 形成完整的系统.
IOsetting
2 年前
debian·rootfs·hi3798·n2ns1·debootstrap
Hi3798MV200 恩兔N2 NS-1 (四): 制作 Debian rootfsDebian 没有像 Ubuntu 提供 Ubuntu-Base 那样提供打包好的 rootfs, 但是 Debian 提供了一个制作 rootfs 的工具 debootstrap. 以下介绍使用 debootstrap 制作 Debian rootfs 的过程.