initial agnos-builder release

This commit is contained in:
Adeeb Shihadeh
2021-09-20 14:04:35 -07:00
commit 4e38c8f181
189 changed files with 23317 additions and 0 deletions

7
scripts/check-space.sh Executable file
View 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
View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker run -it --rm agnos-builder:latest /bin/bash