forked from tfgrid/zosbuilder
- Add initramfs_finalize_customization() function - Remove root password for passwordless login (sed -i 's/^root:[^:]*:/root::/' /etc/passwd) - Update /etc/motd and /etc/issue to Zero-OS branding instead of Alpine - Called automatically before CPIO creation - Fixes init script duplication issue (/init vs /sbin/init) - Correct boot flow: /init → switch_root → /sbin/zinit init (no /sbin/init needed)
41 lines
517 B
Plaintext
41 lines
517 B
Plaintext
# Zero OS Alpine Initramfs Builder - Build Artifacts
|
|
|
|
# Build directories (generated during build)
|
|
components/
|
|
initramfs/
|
|
kernel/
|
|
dist/
|
|
.build-stages/
|
|
|
|
# Build logs
|
|
*.log
|
|
build*.log
|
|
nohup.out
|
|
|
|
# Temporary files
|
|
/tmp/
|
|
*.tmp
|
|
|
|
# Container artifacts (if any local storage)
|
|
.docker/
|
|
.podman/
|
|
|
|
# Rust build artifacts (if any escape component dirs)
|
|
target/
|
|
Cargo.lock
|
|
|
|
# Alpine downloads
|
|
alpine-miniroot*.tar.gz
|
|
linux-*.tar.xz
|
|
|
|
# Editor and IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|