FOGProject / fos

FOG Operating System
31 stars 33 forks source link

Partclone 3.12 #29

Closed Quazz closed 4 years ago

Quazz commented 4 years ago

https://forums.fogproject.org/topic/13206/the-future-of-partclone-and-therefore-fog-as-it-is

Partclone 3.12

Partclone apfs support

Partclone remove checksum creation/ignore

ZSTD 1.4.2

ZSTD rsyncable flag

Buildroot 2019.02.4 (bugfix update)

Sebastian-Roth commented 4 years ago

@Quazz Looks pretty good I reckon! Thanks heaps for your work on this. I will test tomorrow and merge it all in.

I have another commit waiting (SWAP issue on NVMe drives) that I will merge and resolve conflicts with tomorrow. Just so you know there will be updates to the master branch soon.

Sebastian-Roth commented 4 years ago

@Quazz I'll wait for you to push new stuff. Then add mine add merge it all in.

Quazz commented 4 years ago

@Sebastian-Roth I'm currently sick at home, but I'll see if I can put in the relevant changes

Should I update the init_version in /bin/fog or leave it and you update it with the next PR?

Sebastian-Roth commented 4 years ago

@Quazz said:

Should I update the init_version in /bin/fog or leave it and you update it with the next PR?

Please don't mess with this in /bin/fog. The variable is automatically being updated every time you run ./build.sh - see here (though it's only a daily updated timestamp but I thought this should be enough).

PS: Sorry for creating so many messages tonight. Just wanted to get this status.fog riddle solved.

Quazz commented 4 years ago

@Sebastian-Roth Commit history is a bit messy, but I think we have everything sorted now!

Sebastian-Roth commented 4 years ago

@Quazz Thanks for the updates and fixing my typo in the patch!!!

When I just started a manual build I noticed that it asked me for "Target Architecture Variant" on make oldconfig. I think this is something new in 2019.02.4 and I will need to update the fs...config files as well. Not much of an issue. Just noting this here so I won't forget.

Quazz commented 4 years ago

@Quazz Thanks for the updates and fixing my typo in the patch!!!

When I just started a manual build I noticed that it asked me for "Target Architecture Variant" on make oldconfig. I think this is something new in 2019.02.4 and I will need to update the fs...config files as well. Not much of an issue. Just noting this here so I won't forget.

@Sebastian-Roth It seems there are more changes to the BR config than I expected. (such as kernel headers and stuff). I don't think anything's a showstopper, but it would indeed be a good idea to update the config files.

I personally didn't get the "Target Architecture Variant" thing, though, odd....

Sebastian-Roth commented 4 years ago

@Quazz Ok you were right! There was an issue within the patch. Pretty plain but powerful. When copy&pasting the patch from my terminal window it didn't properly copy some of the spaces/tabs (line indent) properly. That seemed to be enough confusion for the patch tool to make it bail out.

I am testing things now once more and will merge it all then.