Implement SparkOS MVP: init system, build infrastructure, and rootfs

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-28 15:03:31 +00:00
parent 0ab69f4dbc
commit ae278dc384
18 changed files with 980 additions and 1 deletions

27
.gitignore vendored
View File

@@ -39,3 +39,30 @@
# debug information files
*.dwo
# Build artifacts
build/
init
*.img
*.iso
# Temporary files
/tmp/
*.tmp
*.bak
# Root filesystem (generated)
rootfs/bin/*
rootfs/sbin/*
rootfs/usr/bin/*
rootfs/usr/sbin/*
rootfs/usr/lib/*
rootfs/usr/lib64/*
rootfs/lib/*
rootfs/lib64/*
rootfs/boot/*
# Keep structure but ignore contents
!rootfs/README.txt
!rootfs/etc/
!rootfs/root/