Modificaciones para browser

browser
Vadim vtroshchinskiy 2024-12-16 16:23:39 +01:00
parent 1ef837e053
commit ed782169c2
5 changed files with 16 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -15,6 +15,9 @@
#fbcon #fbcon
# Kernel 3.7+ video. # Kernel 3.7+ video.
virtio_gpu
vmwgfx
uvesafb uvesafb
# Generales # Generales

View File

@ -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
} }

View File

@ -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