FOGProject / fos

FOG Operating System
30 stars 33 forks source link

Add support for F2FS imaging. #54

Closed rluzuriaga closed 1 year ago

rluzuriaga commented 1 year ago

This PR would resolve Issue #50

rluzuriaga commented 1 year ago

All my testing to make sure this code works has been on an x64 Clear Linux install using F2FS as the root partition. I have no way to test on x86 or ARM so I didn't modify those filesystem configs.

I did compile both x86 and ARM with the config BR2_PACKAGE_F2FS_TOOLS=y successfully without any errors. If needed, I can push a commit with the changes for x86 and ARM.

Sebastian-Roth commented 1 year ago

@rluzuriaga Thanks for the PR and testing! Looks all good to me. Sorry for the long delay, just had too much things on my list and lost track of this over the holidays.

If needed, I can push a commit with the changes for x86 and ARM.

That would be awesome. I will merge it in ASAP when this is added.

rluzuriaga commented 1 year ago

@Sebastian-Roth Done with the changes.