我想设置一个只读的 Lubuntu-Kiosk。因此我希望用户所做的一切都只写入 RAM 中。当 Raspberry 重新启动时,所有内容都会被删除。
我曾尝试使用包覆盖根:
apt install overlayroot
nano /etc/overlayroot.conf
#--> overlayroot = "tmpfs"**
#REBOOT
但它没有起作用。
我从以下网站获取了 Lubuntu:Ubuntu Pi 风味制作器
更新:/etc/overlayroot.conf 的内容
# This is the overlayroot config file
# ... nothing changed ...
# which is a tmpfs in memory.
overlayroot_cfgdisk="disabled"
overlayroot="tmpfs"
更新 2
我也尝试重新生成 initramfs(按照 Felix 链接到 Odroid 论坛中提出的更改进行:)sudo update-initramfs -c -k $(uname -r)
,但没有任何变化。
另外,lsmod
没有显示要加载的 overlayfs 模块。