Enable SHM memory in oglive
parent
958143f24f
commit
ffa0803aab
|
@ -318,6 +318,12 @@ ogPostConfigureFS()
|
|||
|
||||
# esto completa la inicializacion de udev y permite el inicio del escritorio grafico
|
||||
/bin/udevadm trigger
|
||||
|
||||
# Memoria compartida -- necesario para browser
|
||||
mkdir -p /dev/shm
|
||||
mount tmpfs -t tmpfs /dev/shm
|
||||
chmod 1777 /dev/shm
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue