我正在尝试将工厂重置机制作为命令。为此,我按照以下步骤操作:
- 将默认 rootfs 文件复制到 /tmp
- 杀死所有当前正在运行的进程
- 将 tmp 挂载为根文件系统
- 将 tmpfs 中的内容复制到之前的 rootfs 分区
- 重启
现在,问题是我无法将 tmpfs 作为 rootfs 挂载。我尝试使用switch_root
但pivot_root
没有成功。
我正在尝试将工厂重置机制作为命令。为此,我按照以下步骤操作:
现在,问题是我无法将 tmpfs 作为 rootfs 挂载。我尝试使用switch_root
但pivot_root
没有成功。