buildroot - embed files
Posted: 2024-01-27 11:21
If I want to include files in buildroot image where should I put them? Like:
/etc/ssl/certs/ca-certificates.crt
/root/.ssh/authorized_keys
... etc
Also maybe change the default password, samba configuration/password
I tried (using the docker):
/home/sysdrv/source/buildroot/buildroot-2023.02.6/package/skeleton
but the files were not on the image
/etc/ssl/certs/ca-certificates.crt
/root/.ssh/authorized_keys
... etc
Also maybe change the default password, samba configuration/password
I tried (using the docker):
/home/sysdrv/source/buildroot/buildroot-2023.02.6/package/skeleton
but the files were not on the image