From 34b309e494101f3c5c0113e824d7e0633a2dcb23 Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Fri, 20 Jan 2017 21:56:54 +0000 Subject: added /shm to fstab required by semaphores --- core/configure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/configure.html') diff --git a/core/configure.html b/core/configure.html index d7bbc25..66ed69c 100644 --- a/core/configure.html +++ b/core/configure.html @@ -222,7 +222,7 @@ #/dev/dvd /dvd udf ro,user,noauto,unhide 0 0 #/dev/floppy/0 /floppy vfat user,noauto,unhide 0 0 #tmp /tmp tmpfs defaults 0 0 - #shm /dev/shm tmpfs defaults 0 0 + shm /dev/shm tmpfs defaults 0 0 #usb /proc/bus/usb usbfs defaults 0 0 devpts /dev/pts devpts noexec,nosuid,gid=tty,mode=0620 0 0 -- cgit 1.4.1-2-gfad0 ble and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/archive/2.vm/build0
blob: f45a72d22dab127217c154a87c715413d2a8b65a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46