Mount overlay for /usr

This commit is contained in:
Calin Crisan 2019-12-13 20:51:54 +02:00
parent 92f77349d3
commit d7641cd9c8
3 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs mode=0777 0 0
tmpfs /tmp tmpfs mode=1777 0 0
sysfs /sys sysfs defaults 0 0
overlay /usr overlay lowerdir=/usr,upperdir=/data/usr,workdir=/data/.overlay 0 0