30 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
5bc97ca74b Update documentation and scripts to remove all busybox/CLI references
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-02 01:46:09 +00:00
copilot-swe-agent[bot]
37e973883d Implement Qt6 GUI with direct kernel interface, remove Unix user system
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-02 01:26:19 +00:00
copilot-swe-agent[bot]
3c29a7c3c2 Add BusyBox verification to test script and documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 19:33:22 +00:00
copilot-swe-agent[bot]
d5c7e20ebc Add UEFI boot support with GRUB bootloader
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 17:52:48 +00:00
copilot-swe-agent[bot]
9e1de18a1e Address code review feedback: clarify image capabilities
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 17:37:35 +00:00
copilot-swe-agent[bot]
ce1d701528 Add Docker-based disk image building for releases
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 17:35:07 +00:00
copilot-swe-agent[bot]
85094d4b94 Add Docker-based release tooling for easier releases
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 17:30:22 +00:00
copilot-swe-agent[bot]
8684045f7e Address code review feedback: improve error handling and grammar
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 18:43:26 +00:00
copilot-swe-agent[bot]
f192f35dd1 Update README with release workflow documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 18:42:07 +00:00
copilot-swe-agent[bot]
e5e798b2f2 Remove redundant and outdated content from README.md
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 17:17:20 +00:00
copilot-swe-agent[bot]
1e08cc43fe Add installation script with validation and progress display
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 17:05:41 +00:00
copilot-swe-agent[bot]
87f218e52e Enable multi-architecture Docker builds for arm64 and amd64
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 16:51:27 +00:00
copilot-swe-agent[bot]
afff6e169b Document Docker usage and CI/CD in README
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 16:18:02 +00:00
8fd2bf5f2e Merge branch 'main' into copilot/setup-wired-networking 2025-12-28 15:41:16 +00:00
copilot-swe-agent[bot]
a5ea1ef302 Add wired networking configuration and sudo requirement
- Add DNS configuration with fallback servers (8.8.8.8, 1.1.1.1, etc.)
- Create /etc/network/interfaces for wired DHCP networking
- Add init-network script to bring up wired interface on boot
- Update init.c to call network initialization
- Update documentation to include sudo in default packages
- Update README with network testing and binary installation guide
- Update ARCHITECTURE.md with networking strategy details

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 15:33:14 +00:00
4dec067aaa Update README.md 2025-12-28 15:26:44 +00:00
f93cc2bc0d Update README.md 2025-12-28 15:24:12 +00:00
a25badbe24 Update README with networking and installation details
Clarify initial networking setup and default installations.
2025-12-28 15:23:48 +00:00
copilot-swe-agent[bot]
6b978f05e0 Replace bash with busybox for minimal footprint
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 15:16:37 +00:00
33f5368522 Merge branch 'main' into copilot/create-barebones-distro 2025-12-28 15:10:32 +00:00
4894a5c1c1 Update README.md 2025-12-28 15:07:27 +00:00
copilot-swe-agent[bot]
3f6ac65241 Address code review feedback: fix C/C++ typo, remove unused constant, add cleanup traps
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 15:06:43 +00:00
7a9a08487a Mention building system with GitHub Actions
Added a note about building the system with GitHub Actions.
2025-12-28 15:06:17 +00:00
41e73cb1e2 Update README with MVP and installation details
Added a note about MVP and system installation requirements.
2025-12-28 15:05:52 +00:00
copilot-swe-agent[bot]
ae278dc384 Implement SparkOS MVP: init system, build infrastructure, and rootfs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-28 15:03:31 +00:00
7b4324c12e Add note about window manager usage
Clarify that SparkOS does not use other window managers.
2025-12-28 15:02:01 +00:00
15fed6171e Fix typo in installation command in README 2025-12-28 15:00:40 +00:00
87fcc48329 Add usage examples for package management commands 2025-12-28 15:00:24 +00:00
5d185b2860 Update README with usage examples
Added example commands for using SparkOS.
2025-12-28 14:59:49 +00:00
fbb07848c6 Initial commit 2025-12-28 14:57:24 +00:00