I think SSL_CERT_FILE environment variable could also be used.
Posts by vpeter
-
-
You didn't mention that you are using self build image! In this case you can do whatever you want.
For including addons I played with this Add Build 7zip (for .7z files) to image
You could use something similar. Or just make some new service which runs soon enough.
-
-
No, you would put this file and compressed archive on FAT partition (first one). But you should be careful with a script not to break boot process. And archive must be extracted only on second boot after storage resizing (when file .please_resize_me doesn't exist anymore).
Ah, just forget my suggestion. It is to complicated
Maybe it doesn't even work as I though. The file should be mount-storage.sh and storage partition must be manually mounted from this script. -
-
I see now. I saw some rar vfs and I though this is the issue. I was wrong

-
You are playing from rar?
-
-
-
Try adding it to a file /storage/.config/cacert.pem.
-
-
You can't set user with busybox cron: OpenWrt Project: Cron and crontab
Quote -
-
Maybe file /storage/.cache/services/samba.conf is correct one?
-
syslinux.cfg from LibreELEC-Generic.x86_64-9.0.2.img.gz
Code
Display MoreSAY Wait for installer to start or press <TAB> for more options (live, run) DEFAULT installer TIMEOUT 50 PROMPT 1 LABEL installer KERNEL /KERNEL APPEND boot=UUID=0405-1514 installer quiet tty vga=current LABEL live KERNEL /KERNEL APPEND boot=UUID=0405-1514 live quiet tty vga=current LABEL run KERNEL /KERNEL APPEND boot=UUID=0405-1514 disk=UUID=03a48580-f0a2-4057-b5e3-30fccf817d53 tty portable quietChanging line
to
enables to use run option on every boot without typing anything. Like I wrote in post #2.
-
I hope everybody understands how dd works and that correct output device is used.
-
-
You need to make a package for your application and link it with qt. In your new package you then copy everything to the image.