sebanc / linuxloops

Adaptable / declarative linux distribution installer
GNU General Public License v3.0
107 stars 6 forks source link

check size wrongly in / filesystem #21

Closed csp5me closed 3 months ago

csp5me commented 3 months ago

hi, i tried linuxloops today and it reports that I don't have enough diskspace.

i ran linuxloops with sudo -E and sudo without -E, both tell me I don't have enough disk space.

I checked and in root / I have around 5GB however on /home I have plenty. The tool checks wrongly in the / filesystem [sudo privs] instead in /home filesystem where user account is.

sebanc commented 3 months ago

Thank you, indeed there was an issue with the script.

I have fixed this issue on the testing branch and will push it shorty on the main branch.

Do not hesitate to verify that it is fixed.

sebanc commented 3 months ago

The testing branch changes have been pushed to the linuxloops main branch. Normally this issue should be fixed. Do not hesitate to re-open it if you still encounter this issue.

csp5me commented 3 months ago

checked and OK