Enable SHM memory in oglive
parent
f9bfbd6081
commit
fff1b44813
|
@ -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