system: move rest of this to overlay#31
Draft
greatgitsby wants to merge 2 commits intocommaai:masterfrom
Draft
Conversation
Move static file operations (symlinks, scripts, permissions, directory creation) from Dockerfile RUN commands into the overlay so the filesystem layout is visible in the repo. This eliminates ~25 RUN commands. Moved to overlay: - Runit service enablement symlinks (etc/runit/runsvdir/default/) - sshd custom run script (etc/sv/sshd/run) - USB /sbin/usb symlink, iptables.rules symlink, reboot symlink - libjson-c.so.2 compat symlink - Pre-modified 9024 composition (ffs.adb commented out) - Pre-modified iptables rules.v4 (SSH ACCEPT rule) - .bashrc bash_aliases sourcing - Empty mount point dirs (dsp, bt_firmware, firmware) via .gitkeep - /system/persist directory structure via .gitkeep - /root/.config, /var/chroot/ssh via .gitkeep - Eval scripts moved from userspace/eval/ to overlay usr/local/bin/ - File permissions set via git executable bit Added Dockerfile.dockerignore to exclude .gitkeep from the image. Kept in Dockerfile (can't be overlay): - chown, chmod 600, sed on base files, usermod, ldconfig, rm, dynamic symlinks https://claude.ai/code/session_01UoLneyzocpz1gHwjDqB4xK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.