Commit Graph

3 Commits

Author SHA1 Message Date
9423b708ef Add Zero-OS customization before CPIO creation
- 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)
2025-09-05 13:26:36 +02:00
c466d2dec6 Add .build-stages/ to .gitignore
- Build stage tracking should not be in git repository
- Local development state only
2025-09-05 12:04:05 +02:00
6d44575860 chore: Add .gitignore for build artifacts
- Ignore components/, initramfs/, kernel/, dist/ directories
- Ignore build logs and temporary files
- Prevent future accidental commits of build artifacts
2025-08-31 16:23:52 +02:00