Hi,
thank you for submitting this.
I merged this and for me, the flash image couldn't be generated either. The reason for that is that we allocate a partition of a fixed size (which is ~700MB) right now. The system is extracted onto that partition and all is put into the image which then is small enough to fit on a 1GB storage device. As soon as the system boots up for the first time, it increases the partition to maximum size.
However, with adding Python 3 to the core system, it didn't fit into the 700MB any more. I therefore made it an add-on package which is still rather huge (~20MB). Is there any requirement this should be in the core distribution? AFAIK nothing is using this by default, hence it could easily be an add-on.
Best, -Michael
On Mon, 2017-01-23 at 16:17 +0100, Jonatan Schlag wrote:
Hi, the following patches include python3 in ipfire.
Unfortunately, the flash image build no more. The build fails with a tar error complaining about to less disk space. I did not found out what the problem is, so somebody else has to investigate time into this problem to find a solution.
Regards Jonatan