diff options
-rw-r--r-- | etc/schroot/default/fstab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/schroot/default/fstab b/etc/schroot/default/fstab index 082a0b64..a7940712 100644 --- a/etc/schroot/default/fstab +++ b/etc/schroot/default/fstab @@ -20,5 +20,5 @@ # killing services on the host. #/run /run none rw,bind 0 0 #/run/lock /run/lock none rw,bind 0 0 -#/dev/shm /dev/shm none rw,bind 0 0 +/dev/shm /dev/shm none rw,bind 0 0 #/run/shm /run/shm none rw,bind 0 0 |