archandanime
archandanime
Maybe we can let initramfs init run `dos2unix` before reading the file. busybox initramfs init can be compiled with `dos2unix` or we can use wz_mini busybox to run `/sdcard/wz_mini/bin/busybox dos2unix...
I believe so, I encountered this issue multiple times and it seems that formatting SD card is the only reliable solution.
Yes, I'll do!
@gtxaspec I created a Proof of concept with my code: [w2s.zip](https://github.com/gtxaspec/wz_mini_hacks/files/12861080/w2s.zip). The idea is to use unused `aback` partition to hold the external packages and mount it at boot. The...
Great work!!!