lackdaz / saddle

Import files into raspbian images
0 stars 1 forks source link

only `ssh.txt` copied to vfat partition #2

Open mdegans opened 3 years ago

mdegans commented 3 years ago

Seems the script partially works. It boots, but the firstboot.yaml is not found so the firstboot.service isn't run because it requires this file in the unit

...
ConditionFileNotEmpty=/boot/firstboot.yaml
...

Looks like the source of the issue is here (only ssh.txt is copied)

I'll submit a PR later to address this. Please assign me so I don't forget.

mdegans commented 3 years ago

Have addressed this. Will submit PR shortly.