xen-troops / moulin

Moulin is meta build system that is capable of building multiple images at once
Apache License 2.0
2 stars 15 forks source link

replace sfdisk w/ python library in rouge #73

Closed sa-kib closed 1 year ago

sa-kib commented 1 year ago

sfdisk sucks, can't create GPT images for UFS device. Aim for more flexibility with native gpt-image library.

sa-kib commented 1 year ago

Thanks! I'm generally happy with changes, but there are few minor comments.

Also, looks like CI tools it not happy. You can do local checks with

flake8 . --count --max-complexity=12 --max-line-length=120 --statistics

corrected, also rebased on main