Pimod Versions Save

Reconfigure Raspberry Pi images with an easy, Docker-like configuration file

v0.6.0

2 years ago

Added

  • New -r/--resolv flag to select which /etc/resolv.conf to use.

Fixed

  • Apply ENV variables also to HOST commands.

v0.5.0

2 years ago

Added

  • New ENV command for environment variables.
  • New EXTRACT command to copy files back to the host; @sensslen.

v0.4.4

2 years ago

Added

  • Bind /sys, allow the usage of docker inside pimod

v0.4.3

2 years ago

Fixed

  • PARTUUIDs got rewritten by parted - replaced by sfdisk

v0.4.2

2 years ago

Fixed

  • A bug where PUMP was limited to 2GB maximum size

v0.4.1

2 years ago

Fixed

Fixed a bug in shell encoding leading to failing multiline commands.

Full Changelog: https://github.com/Nature40/pimod/compare/v0.4.0...v0.4.1

v0.4.0

2 years ago

Added

  • WORKDIR command to specify the working directory within the image.

Fixed

  • Brought latest version of pimod back to GitHub Marketplace.

v0.3.1

2 years ago

Added

  • pimod.sh -t: trace executed commands for debugging.
  • Started a CHANGELOG.md with prior changes.

Changed

  • FROM: document PARTITION_NO argument.

Fixed

  • PUMP: fix behavior for bigger partition tables.
  • Print Warning on QEMU binary fmt loading err.

v0.3.0

2 years ago
  • Add INCLUDE command to include other Pifiles easily in our script without using sh'isms, #33 Thanks to @aniongithub.

v0.2.2

2 years ago
  • Warn about potentially wrongly encoded Pifiles, #30
  • Do not cache invalidly downloaded images, #31