FOGProject / fos

FOG Operating System
32 stars 34 forks source link

Fixing a typo in the calculate_float function and adding a couple of messages to the resizing functions #45

Closed Pieshka closed 2 years ago

Pieshka commented 2 years ago

I fixed a typo in the calculate_float function that was causing the BTRFS expandable image capture to not work correctly and throw errors. In addition, I added messages about expanding and shrinking BTRFS partitions, and modified the messages about checking EXTFS partitions, as the script checks the partition before and after shrinking, and the message only displays before shrinking.

Pieshka commented 2 years ago

I have changed the messages about checking the EXTFS file system as they appeared to be too long and do not need to be as detailed.

Sebastian-Roth commented 2 years ago

@Piotr86PL Seems all fine from what I can see. Merging now. Thanks!