Releases: Nature40/pimod
Releases · Nature40/pimod
0.6.1 - 2024-07-08
Added
- Building Docker images for linux/arm/v7.
- Configure Renovate for automated updates.
- Installed git in docker container to support git-based versioning
Changed
- Reworked the README to ease readability and understanding of pimod's internals.
0.6.0 - 2022-02-12
Added
- New
-r
/--resolv
flag to select which/etc/resolv.conf
to use.
Fixed
- Apply
ENV
variables also toHOST
commands.
0.5.0 - 2022-01-17
Added
- New
ENV
command for environment variables. - New
EXTRACT
command to copy files back to the host; @sensslen.
0.4.4 - 2021-11-09
Added
- Bind /sys, allow the usage of docker inside pimod
0.4.3 - 2021-11-09
Fixed
- PARTUUIDs got rewritten by parted - replaced by sfdisk
0.4.2 - 2021-11-04
Fixed
- A bug where PUMP was limited to 2GB maximum size
v0.4.1
Fixed
Fixed a bug in shell encoding leading to failing multiline commands.
Full Changelog: v0.4.0...v0.4.1
0.4.0 - 2021-10-07
Added
- WORKDIR command to specify the working directory within the image.
Fixed
- Brought latest version of pimod back to GitHub Marketplace.
0.3.1 - 2021-10-04
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 - INCLUDE command
- Add INCLUDE command to include other Pifiles easily in our script without using sh'isms, #33
Thanks to @aniongithub.