Downloads:
2,105
Downloads of v 2.0.0-pre:
301
Last Update:
22 Apr 2020
Package Maintainer(s):
Software Author(s):
- David Ferguson
Tags:
pibakery raspberry pi raspbian blocks sdcard setup tool- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PiBakery v2
This is a prerelease version of PiBakery v2.
- 1
- 2
- 3
2.0.0-pre | Updated: 22 Apr 2020
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,105
Downloads of v 2.0.0-pre:
301
Maintainer(s):
Software Author(s):
- David Ferguson
PiBakery v2 2.0.0-pre
This is a prerelease version of PiBakery v2.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by David Ferguson. The inclusion of David Ferguson trademark(s), if any, upon this webpage is solely to identify David Ferguson goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PiBakery v2, run the following command from the command line or from PowerShell:
To upgrade PiBakery v2, run the following command from the command line or from PowerShell:
To uninstall PiBakery v2, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download pibakery --internalize --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade pibakery -y --source="'INTERNAL REPO URL'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade pibakery -y --source="'INTERNAL REPO URL'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install pibakery
win_chocolatey:
name: pibakery
version: '2.0.0-pre'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'pibakery' do
action :install
source 'INTERNAL REPO URL'
version '2.0.0-pre'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller pibakery
{
Name = "pibakery"
Version = "2.0.0-pre"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'pibakery':
ensure => '2.0.0-pre',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package is exempt from moderation. While it is likely safe for you, there is more risk involved.
PiBakery
The blocks based, easy to use setup tool for Raspberry Pi
PiBakery is a a blocks based drag and drop tool that allows you to customise and edit your Raspberry Pi without powering the Pi on. Simply insert your SD card into your computer, choose which features you want on your Pi, and hit Write. PiBakery will write the latest version of Raspbian to your SD card, with your customisations added too.
For more information see www.PiBakery.org or follow @PiBakery on Twitter.
PiBakery v2
The latest version of PiBakery, PiBakery v2, is a complete re-write of the original application, with many additional features, including:
- PiBakery no longer bundles .img files in the installer/program. Instead, the user must supply their own Raspbian .img file. This means that any Raspbian-based .img can be used, with the possibility of other distros in the future
- Ability to edit any Raspbian SD card, not just ones that have been written with PiBakery
- More robust Linux support
- Ability to add multiple block sources, so the user can maintain their own block repo with their own custom blocks
- Importing of recipes (.xml files) created with older versions of PiBakery no longer fail, instead they are converted automatically into the new format
- The entire program no longer runs as root/admin. Instead, just the writer process is elevated when needed to be
- Modularised code to increase readability, and add option for command line mode in the future
Legal
PiBakery is Copyright (c) 2018 David Ferguson, and is licenced under the GNU General Public License version 3 or later; please see the file COPYING
for details.
This project uses and distributes a binary of Busybox version 1.27.2 taken from Raspbian Stretch's busybox-static
package, the source code of which can be found here.
Package Parameters
The following package parameters can be set:
/NoDesktopIcon
- Don't add an icon to the desktop.
These parameters can be passed to the installer with the use of -params
.
For example: choco install pibakery -params '"/NoDesktopIcon"'
.
$desktopPath = [Environment]::GetFolderPath("Desktop")
Remove-Item "$desktopPath\PiBakery.lnk" -ErrorAction SilentlyContinue -Force
Log in or click on link to see number of positives.
- D3Dcompiler_47.dll (e994847e01a6) - ## / 69
- msvcp140.dll (517cd3aac217) - ## / 66
- vcruntime140.dll (d89c7b863fc1) - ## / 72
- api-ms-win-core-console-l1-1-0.dll (4aaf273c4cb1) - ## / 68
- api-ms-win-core-datetime-l1-1-0.dll (a580c5021704) - ## / 68
- api-ms-win-core-debug-l1-1-0.dll (b83a794600a4) - ## / 69
- api-ms-win-core-errorhandling-l1-1-0.dll (3975ca725ae8) - ## / 67
- api-ms-win-core-file-l1-1-0.dll (d62e2dcb011f) - ## / 66
- api-ms-win-core-file-l1-2-0.dll (6b31a206c051) - ## / 68
- api-ms-win-core-file-l2-1-0.dll (6ba964ad5582) - ## / 70
- api-ms-win-core-handle-l1-1-0.dll (69ebc1072b67) - ## / 69
- api-ms-win-core-heap-l1-1-0.dll (b41e478248ff) - ## / 71
- api-ms-win-core-interlocked-l1-1-0.dll (a934ee2bda04) - ## / 69
- api-ms-win-core-libraryloader-l1-1-0.dll (def954361eba) - ## / 69
- api-ms-win-core-localization-l1-2-0.dll (2b7e6b54ebc2) - ## / 67
- api-ms-win-core-memory-l1-1-0.dll (1fcc4c3c6c68) - ## / 68
- api-ms-win-core-namedpipe-l1-1-0.dll (3a1bbd714ba0) - ## / 69
- api-ms-win-core-processenvironment-l1-1-0.dll (c18fcf72b0b5) - ## / 70
- api-ms-win-core-processthreads-l1-1-0.dll (c042b609479e) - ## / 69
- api-ms-win-core-processthreads-l1-1-1.dll (5129795d6e0a) - ## / 69
- api-ms-win-core-profile-l1-1-0.dll (49d214f07ece) - ## / 68
- api-ms-win-core-rtlsupport-l1-1-0.dll (ef8814992833) - ## / 67
- api-ms-win-core-string-l1-1-0.dll (aaa457e091a2) - ## / 64
- api-ms-win-core-synch-l1-1-0.dll (a79597dbacd1) - ## / 66
- api-ms-win-core-synch-l1-2-0.dll (d95346a16d08) - ## / 67
- api-ms-win-core-sysinfo-l1-1-0.dll (5f1801102b5b) - ## / 69
- api-ms-win-core-timezone-l1-1-0.dll (23f035627abe) - ## / 68
- api-ms-win-core-util-l1-1-0.dll (bb15ccff99ec) - ## / 67
- api-ms-win-crt-conio-l1-1-0.dll (edf658d7655b) - ## / 68
- api-ms-win-crt-convert-l1-1-0.dll (b353bd22b97f) - ## / 70
- api-ms-win-crt-environment-l1-1-0.dll (325e7bb5c8a3) - ## / 67
- api-ms-win-crt-filesystem-l1-1-0.dll (b78607f56659) - ## / 69
- api-ms-win-crt-heap-l1-1-0.dll (a57d8275c34c) - ## / 65
- api-ms-win-crt-locale-l1-1-0.dll (29abdc8c5396) - ## / 67
- api-ms-win-crt-math-l1-1-0.dll (6a9dd5a4e52c) - ## / 68
- api-ms-win-crt-multibyte-l1-1-0.dll (acb97f64896c) - ## / 72
- api-ms-win-crt-private-l1-1-0.dll (31ea0991b7fa) - ## / 71
- api-ms-win-crt-process-l1-1-0.dll (e31fd2a66277) - ## / 68
- api-ms-win-crt-runtime-l1-1-0.dll (6e794d0fad29) - ## / 70
- api-ms-win-crt-stdio-l1-1-0.dll (513bb1dd16be) - ## / 68
- api-ms-win-crt-string-l1-1-0.dll (63de06332e8f) - ## / 68
- api-ms-win-crt-time-l1-1-0.dll (803b6f86f178) - ## / 67
- api-ms-win-crt-utility-l1-1-0.dll (7a578dd2ceb4) - ## / 69
- ucrtbase.dll (d804ea40eacf) - ## / 63
- ffmpeg.dll (7cb98653589f) - ## / 71
- libEGL.dll (388bbabf6cd6) - ## / 71
- libGLESv2.dll (af83c15693a9) - ## / 69
- node.dll (cd8f5b1e924f) - ## / 71
- pibakery.2.0.0-pre.nupkg (49111f669935) - ## / 55
- PiBakery-win32-x64.zip (3005fe027850) - ## / 57
- PiBakery-win32-ia32.zip (1a478ffc3a99) - ## / 59
- elevate-ia32.exe (1657d5675640) - ## / 71
- elevate-x64.exe (e44f34094d79) - ## / 70
- PiBakery.exe (391e700f8ec8) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
PiBakery v2 2.0.0-pre | 301 | Wednesday, April 22, 2020 | Exempted | |
PiBakery 0.3.4 | 1375 | Sunday, April 23, 2017 | Approved | |
PiBakery 0.3.2 | 429 | Thursday, February 16, 2017 | Approved |
Copyright (c) 2018 David Ferguson
This package has no dependencies.
Ground Rules:
- This discussion is only about PiBakery v2 and the PiBakery v2 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PiBakery v2, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.