hypriot / flash

Command line script to flash SD card images of any kind
MIT License
1k stars 176 forks source link

copy multiple custom files to /boot #180

Open jsiebens opened 4 years ago

jsiebens commented 4 years ago

I'm using this flash utility to write raspian and ubuntu images but I would like to copy multiple custom files to /boot. This pull request adds the ability to do this with multiple -F/--file flags like: flash --file usercfg.txt --file network-config ...

jsiebens commented 4 years ago

Hi, thanks for the feedback. I've added some additional info on how to copy multiple files and also added a test case.