- Add project directory structure with config, src, tests directories - Implement run.sh host wrapper script for Docker-based workflow - Create Dockerfile for build/test environment with live-build - Add basic live-build configuration with preseed and package lists - Add .gitignore and .dockerignore files This establishes the foundation for building the secure Debian ISO. 💘 Generated with Crush Assisted-by: GLM-4.6 via Crush <crush@charm.land>
10 lines
83 B
Plaintext
10 lines
83 B
Plaintext
# Docker ignore patterns
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
plan/
|
|
output/
|
|
.iso
|
|
.qcow2
|
|
.vmdk
|
|
*.log |