FooDeas / raspberrypi-ua-netinst

RaspberryPi (minimal) unattended netinstaller
ISC License
215 stars 46 forks source link

Files in `config` are not copied to installer #60

Closed Mausy5043 closed 7 years ago

Mausy5043 commented 7 years ago

Files that I place in the config tree (before starting build.sh) do not end up on the image for the installer.

I think that is because here: https://github.com/FooDeas/raspberrypi-ua-netinst/blob/master/build.sh#L626 you cd into the build_dir and then this: https://github.com/FooDeas/raspberrypi-ua-netinst/blob/master/build.sh#L671-L673 won't find anything to copy anymore.

What do you think?

FooDeas commented 7 years ago

I think, you were right! Thanks!