Modificaciones para browser
parent
1ef837e053
commit
ed782169c2
|
@ -1,4 +1,5 @@
|
||||||
LC_TYPE=es_ES@euro
|
LC_TYPE=es_ES.UTF-8@euro
|
||||||
LC_ALL=es_ES@euro
|
LC_ALL=es_ES.UTF-8@euro
|
||||||
LANG=es_ES@euro
|
LANG=es_ES.UTF-8@euro
|
||||||
LANGUAGE=es_ES@euro
|
LANGUAGE=es_ES.UTF-8@euro
|
||||||
|
XDG_RUNTIME_DIR=/run/user/0
|
||||||
|
|
|
@ -38,6 +38,9 @@ mkdir -p ${DESTDIR}/var/log
|
||||||
mkdir -p ${DESTDIR}/opt/opengnsys;
|
mkdir -p ${DESTDIR}/opt/opengnsys;
|
||||||
mkdir -p ${DESTDIR}/ogboot;
|
mkdir -p ${DESTDIR}/ogboot;
|
||||||
mkdir -p ${DESTDIR}/boot;
|
mkdir -p ${DESTDIR}/boot;
|
||||||
|
mkdir -p ${DESTDIR}/run/user/0
|
||||||
|
chmod chmod 700 ${DESTDIR}/run/user/0
|
||||||
|
|
||||||
|
|
||||||
# Insert basic binaries
|
# Insert basic binaries
|
||||||
copy_exec /bin/bash-static /bin/bash
|
copy_exec /bin/bash-static /bin/bash
|
||||||
|
|
|
@ -15,6 +15,9 @@
|
||||||
#fbcon
|
#fbcon
|
||||||
|
|
||||||
# Kernel 3.7+ video.
|
# Kernel 3.7+ video.
|
||||||
|
virtio_gpu
|
||||||
|
vmwgfx
|
||||||
|
|
||||||
uvesafb
|
uvesafb
|
||||||
|
|
||||||
# Generales
|
# Generales
|
||||||
|
|
|
@ -312,6 +312,10 @@ ogPostConfigureFS()
|
||||||
ogtmpfs="${ogtmpfs:-15}"
|
ogtmpfs="${ogtmpfs:-15}"
|
||||||
mount tmpfs /var/cache/apt/archives -t tmpfs -o size=${ogtmpfs}M
|
mount tmpfs /var/cache/apt/archives -t tmpfs -o size=${ogtmpfs}M
|
||||||
mkdir -p /var/cache/apt/archives/partial
|
mkdir -p /var/cache/apt/archives/partial
|
||||||
|
|
||||||
|
mkdir -p /run/user/0
|
||||||
|
chmod 700 /run/user/0
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -108,7 +108,7 @@ filesystem_remote =
|
||||||
#nfs-common # Provoca error de instalación en Ubuntu 15.04
|
#nfs-common # Provoca error de instalación en Ubuntu 15.04
|
||||||
#bittornado # ogLive anterior a Ubuntu 20.04
|
#bittornado # ogLive anterior a Ubuntu 20.04
|
||||||
|
|
||||||
monitoring = htop ncdu bwbar bmon iftop ifstat dstat hdparm sdparm blktool testdisk
|
monitoring = htop ncdu bwbar bmon iftop ifstat dstat hdparm sdparm blktool testdisk kitty-terminfo
|
||||||
|
|
||||||
networking = netpipes curl wget tftp-hpa dnsutils
|
networking = netpipes curl wget tftp-hpa dnsutils
|
||||||
#trickle # ubuntu noble: has no installation candidate
|
#trickle # ubuntu noble: has no installation candidate
|
||||||
|
|
Loading…
Reference in New Issue