mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
initial agnos-builder release
This commit is contained in:
7
scripts/check-space.sh
Executable file
7
scripts/check-space.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# sudo apt install ncdu
|
||||
|
||||
sudo mount build/system.img.raw build/agnos-rootfs
|
||||
ncdu build/agnos-rootfs/ || true
|
||||
sudo umount build/agnos-rootfs
|
||||
2
scripts/shell.sh
Executable file
2
scripts/shell.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker run -it --rm agnos-builder:latest /bin/bash
|
||||
Reference in New Issue
Block a user