pibakery icon indicating copy to clipboard operation
pibakery copied to clipboard

The blocks based, easy to use setup tool for Raspberry Pi

Results 72 pibakery issues
Sort by recently updated
recently updated
newest added
trafficstars

Initial upload of writefile and appendfile blocks for review. README files in each folder shoudl give you enough to start. Comment if examples are needed or additional information required.

I'd recommend having a read of [this page](https://www.pibakery.org/future.html) before this issue. That goes over more of the community side of the future of PiBakery, whereas this issue will focus more...

When I drag and drop the block folder as suggested in the [docs](http://www.pibakery.org/docs/contribute.html), I get a white screen instead of the expected "message saying that your block was imported".

required for v2

If kpartx isn't installed then a non-useful "undefined: not able to write image undefined" error is thrown after the image is written but before the configuration is. Needs a mention...

enhancement

Yaml is a superset of json and more readable.

The json format has each step embedded in the last ... leading to deeply nested json. Why not use a flat json array (list)?

The general idea is that we may need to have a reboot or two during the initial setup process. RASPAP has this as qa requirement, for example. This would essentially...

It would be awesome to be able to run `pibakery` from the command line to load an exported setup file and use it to create a sd card in a...

It would be nice when V2 will implement/provide the widely used `cloud-init`tool. Maybe in form of a block, where the User can choose a customized "cloud-config.yaml" Something like this: ```...

enhancement

It looks like the raspbian image might be out of date for 3 A+ devices. I have an image that boots on a 3 B+. It configures WiFi, installs avahi-daemon,...