SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.64k stars 3.15k forks source link

Meta: Make disk_usage() not depend on GNU du #24643

Closed nico closed 4 days ago

nico commented 4 days ago

BSD du can also print apparent size, it just needs a different flag.

Makes serenity.sh run get a bit farther trying to build the disk image on macOS without brew installed. No intended behavior change elsewhere.