davidferguson / pibakery

The blocks based, easy to use setup tool for Raspberry Pi
http://www.PiBakery.org
GNU General Public License v3.0
1.48k stars 146 forks source link

Fix issue #97 #106

Closed Hitabis closed 5 years ago

Hitabis commented 7 years ago

Adding command line options and enable to pass a path for a configuration.

Start with params on Mac OS: open -a /Applications/PiBakery.app --args importRecipe=/path/to/recipe.xml

Not tested on Windows or Linux. Should be PiBakery --importRecipe=/path/to/recipe.xml

Hitabis commented 7 years ago

Now with some more options: image, sdPath, sdName and noConfirm. noConfirm skips the confirmation.

Example command open -a /Applications/PiBakery.app --args importRecipe=/path/to/recipe.xml image=raspbian-pibakery.img sdPath=/dev/disk2 sdName=boot noConfirm=1

anandid commented 5 years ago

Have you tried it in Linux? If so can you provide me steps to get the setup done?

ReubenBTalbott commented 5 years ago

Since windows was not working I tried a MacBook air and it worked fine.