diff --git a/includes/etc/environment b/includes/etc/environment index bb529d9..dee8389 100644 --- a/includes/etc/environment +++ b/includes/etc/environment @@ -1,4 +1,5 @@ -LC_TYPE=es_ES@euro -LC_ALL=es_ES@euro -LANG=es_ES@euro -LANGUAGE=es_ES@euro \ No newline at end of file +LC_TYPE=es_ES.UTF-8@euro +LC_ALL=es_ES.UTF-8@euro +LANG=es_ES.UTF-8@euro +LANGUAGE=es_ES.UTF-8@euro +XDG_RUNTIME_DIR=/run/user/0 diff --git a/includes/etc/initramfs-tools/hooks/oghooks b/includes/etc/initramfs-tools/hooks/oghooks index 6e58b79..0aa3dbf 100755 --- a/includes/etc/initramfs-tools/hooks/oghooks +++ b/includes/etc/initramfs-tools/hooks/oghooks @@ -38,6 +38,9 @@ mkdir -p ${DESTDIR}/var/log mkdir -p ${DESTDIR}/opt/opengnsys; mkdir -p ${DESTDIR}/ogboot; mkdir -p ${DESTDIR}/boot; +mkdir -p ${DESTDIR}/run/user/0 +chmod chmod 700 ${DESTDIR}/run/user/0 + # Insert basic binaries copy_exec /bin/bash-static /bin/bash diff --git a/includes/etc/initramfs-tools/modules b/includes/etc/initramfs-tools/modules index 78a2598..6c4a0a7 100644 --- a/includes/etc/initramfs-tools/modules +++ b/includes/etc/initramfs-tools/modules @@ -15,6 +15,9 @@ #fbcon # Kernel 3.7+ video. +virtio_gpu +vmwgfx + uvesafb # Generales diff --git a/includes/etc/initramfs-tools/scripts/ogfunctions b/includes/etc/initramfs-tools/scripts/ogfunctions index 4d96f7e..d1b5d3b 100644 --- a/includes/etc/initramfs-tools/scripts/ogfunctions +++ b/includes/etc/initramfs-tools/scripts/ogfunctions @@ -312,6 +312,10 @@ ogPostConfigureFS() ogtmpfs="${ogtmpfs:-15}" mount tmpfs /var/cache/apt/archives -t tmpfs -o size=${ogtmpfs}M mkdir -p /var/cache/apt/archives/partial + + mkdir -p /run/user/0 + chmod 700 /run/user/0 + } diff --git a/mkoglive.cfg b/mkoglive.cfg index c5a910d..ed49936 100644 --- a/mkoglive.cfg +++ b/mkoglive.cfg @@ -108,7 +108,7 @@ filesystem_remote = #nfs-common # Provoca error de instalación en Ubuntu 15.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 #trickle # ubuntu noble: has no installation candidate