Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== overlayroot ====== sudo apt-get install overlayroot ''/etc/overlayroot.conf'': <code bash> overlayroot="tmpfs:recurse=0,swap=1" </code> Перенос ''/var'' на диск без overlayfs: sudo mv /var /data sudo ln -s /data/var /var Для временного отключения выполнить: sudo overlayroot-chroot Изменение timeout в ''/boot/grub/grub.cfg'': <code bash> set timeout=30 # change to 3 </code> doc/jroboplc/setup_ubuntu_server1404/overlayroot.txt Last modified: 2017/07/15 09:50by 127.0.0.1