Posts by 4k3or3et
-
-
Alright, so .profile is the way to go here. Thanks a alot for you help!
-
Thanks for you reply. But typing --color=never is not the most confortable way of listing folders. What I was asking for was more like addin export LS_OPTIONS='--color=never' to .bashrc file in Debian. Is something like like that a thing in LE?
-
Hi All,
Can anyone tell me how do you turn off on LibreElec terminal colors? You know, like when you do 'ls' command and it gives you folder list in blue etc...
-
I have figured it out. In .config/autostart.sh I have a line:
mount -o bind /storage/.config/motd /etc/motd
to supress welcome message when connecting via ssh. That is causing the /dev/nvme0n1p2 915.3G 218.2G 697.1G 24% /etc/issue mess.
Sorry for bothering you.
-
It unmounts, but after reboot it comes back.
-
Thanks for your reply. Looks like we both have NVME attached to our RPi5s. Mine df -h looks like this:
Filesystem Size Used Available Use% Mounted on
devtmpfs 1.7G 16.0K 1.7G 0% /dev
tmpfs 809.1M 18.7M 790.4M 2% /run
/dev/nvme0n1p1 511.7M 147.0M 364.7M 29% /flash
/dev/loop0 132.0M 132.0M
0 100% /
/dev/nvme0n1p2 915.3G 218.2G 697.1G 24% /storage
tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs 2.0G 8.9M 2.0G 0% /var
tmpfs 2.0G 0 2.0G 0% /tmp
/dev/nvme0n1p2 915.3G 218.2G 697.1G 24% /etc/issue -
Hi All
when i do 'df' command i see second partition where /storage is mounted as /etc/issue. I cant find anything on the Internet what would be the purpose of that. Would somebody be so kind and explain what am I seeing here?
-
Coolest thing ever. Works like a charm! Thank you Sir.
-
Oh! Many thanks and I do apologize to overlook that.
-
Hi All,
i am using LE 12 on Raspberry Pi 5. I have a problem that when my TV is off, and i reboot LE box then OS sort of start because i can ssh to it but when i turn on TV i can see black screen with one line of text:
LibreElec (community): VERSION_OF_LE.
I have tried on latest nightly builds.
I have to reboot LE box with TV to LE to start properly with Kodi
Does anyone have a clue how to fix that?
Thanks.
-
Hi All,
I am noob regarding LibreElect distro. So far I am impressed by it. I am trying to run some commands on every startup. I would like to avoid running Cron for that if possible...
Can anyone tell what are my options?
Thanks everyone.