YuzukiHD / TinyVision

TinyVision - A Tiny Linux Board / IPC / Server / Router / And so on...
https://yuzukihd.top/TinyVision/#/
GNU Lesser General Public License v2.1
154 stars 19 forks source link

Question: Debian build: how to insert the rootfs? #24

Closed borsti67 closed 4 months ago

borsti67 commented 4 months ago

Hello, I am trying to generate an SD card image for TinyVision, at the moment I'm following the steps for "Debian 12". Now I'm stuck at the genimage part. According to the script, an empty rootfs folder is passed so the real roots won't get duplicated. Still I don't see how it is injected then? If I just execute the script as mentioned it fails because the rootfs cannot be found. I believe it needs to be linked or at least be built at a certain place, but I couldn't figure out how or where yet. Please advise.

borsti67 commented 4 months ago

Found it by myself in the meantime: I linked the rootfs folder created before using ln -s into the same folder where the other files reside.