ubuntu借助overlay方案实现重启自动还原

配置重启还原OS

首先:sudo apt install overlayroot 安装一下软件

然后编辑配置文件:/etc/overlayroot.conf

* overlayroot=tmpfs or overlayroot=tmpfs:PARAMETERS

write all changes to a temporary (ram only) backing device

A tmpfs mount will be created, and usable filesystem can

grow to 1/2 available memory.

available parameters:

* see COMMON PARAMETERS

examples:

overlayroot=tmpfs

将最后的:overlayroot=“” 改成 overlayroot=“tmpfs:dirs=/home”

临时关闭

到如下界面时,按键盘上的字母‘’
ubuntu借助overlay方案实现重启自动还原_第1张图片
在开机到 grub2 的时候,编辑引导参数加上 overlayroot=disable 即可进入正常模式
ubuntu借助overlay方案实现重启自动还原_第2张图片

参考

https://blog.dustinkirkland.com/2012/08/introducing-overlayroot-overlayfs.html
https://forum.ubuntu.org.cn/viewtopic.php?t=486416
https://bbs.deepin.org/zh/post/261919

你可能感兴趣的:(ubuntu,linux,运维)