在由引导加载程序、内核和 initramfs(无块设备、无其他根文件系统)组成的 Linux 系统中:
一旦扩展到内存中,是否可以使 initramfs 变为只读?
答案1
您可以尝试重新安装选项。
mount -o remount,ro /
一定要留意 Zoredache 的评论。你能做到并不意味着事情不会变得非常糟糕。
在由引导加载程序、内核和 initramfs(无块设备、无其他根文件系统)组成的 Linux 系统中:
一旦扩展到内存中,是否可以使 initramfs 变为只读?
您可以尝试重新安装选项。
mount -o remount,ro /
一定要留意 Zoredache 的评论。你能做到并不意味着事情不会变得非常糟糕。