Drew Bonasera
Drew Bonasera
There were also some code quality changes as well. I made it more pep8 compliant. I tested encoding and decoding between python 2 and 3 and it was working for...
`elasticsearch>=6.0.0,
It looks like some of the package dependencies don't get installed correctly and it errors out
Currently PiShrink uses `md5sum` to detect if we have already changed `/etc/rc.local`. This is extremely fragile and not the best choice. The new method should: 1. Allow for the expansion...
I would like to add an option so that users can point to a script to be run to help cleanup images. I do not want to add any code...
Parted sometimes changes the partuuid, or at least it used to. It would be nice to detect the change and update the image so that it can boot. See also:...
Argument 5 and 6 are swapped in the x64 builders causing a really long delay between imports. This PR fixes the DotNet, Native, PowerShell, and Python builders. Fixes #34 Fixes...
PiShrink uses e2fsprogs which only supports ext2, ext3, and ext4. It would be nice to be able to make it modular which tools are being used depending on what the...