mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-23 15:52:08 +08:00
initial agnos-builder release
This commit is contained in:
Executable
+7
@@ -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
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker run -it --rm agnos-builder:latest /bin/bash
|
||||
Reference in New Issue
Block a user