mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
* Revert "switch to lzo, same size as gzip and boots faster" This reverts commit10fcd04ca5. * Revert "Switch to gzip'd squash (#441)" This reverts commit2091362d56. * Revert "Switch to squashfs for tiny rootfs! (#438)" This reverts commit1e16811f45. * Revert "fix stats" This reverts commita590cefcde.
9 lines
169 B
Bash
Executable File
9 lines
169 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
# sudo apt install ncdu
|
|
|
|
sudo mount build/system.img build/agnos-rootfs
|
|
sudo ncdu build/agnos-rootfs/ || true
|
|
sudo umount build/agnos-rootfs
|