copilot-swe-agent[bot]
be09b89856
Extract Docker RUN commands into shell scripts for better maintainability
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 19:08:11 +00:00
copilot-swe-agent[bot]
0c76232350
Clean up trailing whitespace in test.sh
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 18:22:37 +00:00
copilot-swe-agent[bot]
74bcffbbd1
Update plan to include workflow text extraction
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-29 18:16:33 +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]
5fd59ce63a
Fix security and robustness issues in install script
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-28 17:07:49 +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]
e1acbfc231
Add regular user spark and clone-sparkos.sh script, default to non-root login
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-28 15:55:25 +00:00
copilot-swe-agent[bot]
0adbb5fde0
Improve network initialization error handling
...
- Add proper status checking for interface up operation
- Use udhcpc -b flag for proper daemonization instead of background operator
- Add warning message if interface fails to come up
- Improves reliability of network initialization process
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-28 15:36:24 +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
copilot-swe-agent[bot]
57a4e92511
Add clarifying comments about bash usage in build scripts
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2025-12-28 15:18:19 +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
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
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